Skip to main content

Module op

Module op 

Source
Expand description

FilterOp enum and its string/serde conversions.

FilterOp is an O(1)-dispatch discriminant used by the scan filter evaluator. On-wire it travels as a lowercase string tag so physical plans remain debuggable by hand.

Enums§

FilterOp
Filter operator enum for O(1) dispatch instead of string comparison.