Uses of Class
org.apache.arrow.gandiva.expression.Condition
Packages that use Condition
-
Uses of Condition in org.apache.arrow.gandiva.evaluator
Methods in org.apache.arrow.gandiva.evaluator with parameters of type ConditionModifier and TypeMethodDescriptionstatic Filter
Invoke this function to generate LLVM code to evaluate the condition expression.static Filter
Deprecated.static Filter
Invoke this function to generate LLVM code to evaluate the condition expression.static Filter
Filter.make
(Schema schema, Condition condition, ConfigurationBuilder.ConfigOptions configOptions) Invoke this function to generate LLVM code to evaluate the condition expression. -
Uses of Condition in org.apache.arrow.gandiva.expression
Methods in org.apache.arrow.gandiva.expression that return ConditionModifier and TypeMethodDescriptionstatic Condition
TreeBuilder.makeCondition
(String function, List<Field> inFields) Short cut to create an expression tree involving a single function, e.g.static Condition
TreeBuilder.makeCondition
(TreeNode root) Invoke this function to create a condition.