Uses of Class
org.apache.arrow.gandiva.expression.InNode
Packages that use InNode
-
Uses of InNode in org.apache.arrow.gandiva.expression
Methods in org.apache.arrow.gandiva.expression that return InNodeModifier and TypeMethodDescriptionstatic InNode
InNode.makeBinaryInExpr
(TreeNode node, Set<byte[]> binaryValues) static InNode
InNode.makeDecimalInExpr
(TreeNode node, Set<BigDecimal> decimalValues, Integer precision, Integer scale) static InNode
InNode.makeDoubleInExpr
(TreeNode node, Set<Double> doubleValues) Makes an IN node for double values.static InNode
InNode.makeFloatInExpr
(TreeNode node, Set<Float> floatValues) Makes an IN node for float values.static InNode
InNode.makeIntInExpr
(TreeNode node, Set<Integer> intValues) Makes an IN node for int values.static InNode
InNode.makeLongInExpr
(TreeNode node, Set<Long> longValues) Makes an IN node for long values.static InNode
InNode.makeStringInExpr
(TreeNode node, Set<String> stringValues)