Skip to main content

Module physical_optimizer

Module physical_optimizer 

Source

Structsยง

FFI_PhysicalOptimizerRule
A stable struct for sharing PhysicalOptimizerRule across FFI boundaries.
ForeignPhysicalOptimizerRule
This wrapper struct exists on the receiver side of the FFI interface, so it has no guarantees about being able to access the data in private_data. Any functions defined on this struct must only use the stable functions provided in FFI_PhysicalOptimizerRule to interact with the foreign rule.