Binds an input expression to a given input schema
Binds an input expression to a given input schema
Canonicalizes an input expression.
Canonicalizes an input expression. Used to avoid double caching expressions that differ only cosmetically.
Generates a class for a given input expression.
Generates a class for a given input expression. Called when there is not cached code already available.
Creates a code gen ordering for sorting this schema, in ascending order.
Generates the code for ordering based on the given order.
Generates the code for comparing a struct type according to its natural ordering (i.e.
Generates the code for comparing a struct type according to its natural ordering (i.e. ascending order by field 1, then field 2, ..., then field n.
Generates the requested evaluator given already bound expression(s).
Generates the requested evaluator given already bound expression(s).
Generates the requested evaluator binding the given expression(s) to the inputSchema.
Generates the requested evaluator binding the given expression(s) to the inputSchema.
Create a new codegen context for expression evaluator, used to store those expressions that don't support codegen
Create a new codegen context for expression evaluator, used to store those expressions that don't support codegen
Generates bytecode for an Ordering of rows for a given set of expressions.