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 InNodeInNode.makeBinaryInExpr(TreeNode node, Set<byte[]> binaryValues) static InNodeInNode.makeDecimalInExpr(TreeNode node, Set<BigDecimal> decimalValues, Integer precision, Integer scale) static InNodeInNode.makeDoubleInExpr(TreeNode node, Set<Double> doubleValues) Makes an IN node for double values.static InNodeInNode.makeFloatInExpr(TreeNode node, Set<Float> floatValues) Makes an IN node for float values.static InNodeInNode.makeIntInExpr(TreeNode node, Set<Integer> intValues) Makes an IN node for int values.static InNodeInNode.makeLongInExpr(TreeNode node, Set<Long> longValues) Makes an IN node for long values.static InNodeInNode.makeStringInExpr(TreeNode node, Set<String> stringValues)