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