pub struct DefaultCompiler;Implementations§
Source§impl DefaultCompiler
impl DefaultCompiler
Sourcepub fn compile_ir(
expr: &FilterExpr,
schema: &FilterSchema,
functions: &FunctionRegistry,
code: &mut Vec<Instruction>,
)
pub fn compile_ir( expr: &FilterExpr, schema: &FilterSchema, functions: &FunctionRegistry, code: &mut Vec<Instruction>, )
Compile a filter expression into IR bytecode.
pub fn compile( expr: FilterExpr, schema: Arc<FilterSchema>, functions: Arc<FunctionRegistry>, ) -> IrCompiledFilter
Auto Trait Implementations§
impl Freeze for DefaultCompiler
impl RefUnwindSafe for DefaultCompiler
impl Send for DefaultCompiler
impl Sync for DefaultCompiler
impl Unpin for DefaultCompiler
impl UnwindSafe for DefaultCompiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more