Expand description
Error types and compiled expression wrappers for the JIT compiler.
Defines CompileError for compilation failures, function pointer types
for compiled filters and scalars, and the CompiledExpr / MaybeCompiledExpr
wrappers used by downstream pipeline stages.
Enums§
- Compile
Error - Errors that can occur during expression compilation.
- Compiled
Expr - A successfully compiled expression, either a filter or a scalar projection.
- Extract
Error - Errors that can occur during pipeline extraction from a logical plan.
- Maybe
Compiled Expr - Result of attempting to compile an expression.