public class In extends LeafFunction
LeafFunction
to eval in.Modifier and Type | Method and Description |
---|---|
Optional<LeafFunction> |
negate() |
boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount,
List<Object> literals) |
boolean |
test(DataType type,
Object field,
List<Object> literals) |
<T> T |
visit(FunctionVisitor<T> visitor,
FieldRef fieldRef,
List<Object> literals) |
equals, hashCode, toString
public static final In INSTANCE
public boolean test(DataType type, Object field, List<Object> literals)
test
in class LeafFunction
public boolean test(DataType type, long rowCount, Object min, Object max, Long nullCount, List<Object> literals)
test
in class LeafFunction
public Optional<LeafFunction> negate()
negate
in class LeafFunction
public <T> T visit(FunctionVisitor<T> visitor, FieldRef fieldRef, List<Object> literals)
visit
in class LeafFunction
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.