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 FilterInvoke this function to generate LLVM code to evaluate the condition expression.static FilterDeprecated.static FilterInvoke this function to generate LLVM code to evaluate the condition expression.static FilterFilter.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 ConditionTreeBuilder.makeCondition(String function, List<Field> inFields) Short cut to create an expression tree involving a single function, e.g.static ConditionTreeBuilder.makeCondition(TreeNode root) Invoke this function to create a condition.