public abstract class NullFalseLeafBinaryFunction extends LeafFunction
Constructor and Description |
---|
NullFalseLeafBinaryFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount,
List<Object> literals) |
abstract boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount,
Object literal) |
boolean |
test(DataType type,
Object field,
List<Object> literals) |
abstract boolean |
test(DataType type,
Object field,
Object literal) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.