T
- The type of the partitioning field.public static class PartitionFilter.Condition<T extends Comparable<T>> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFieldName() |
T |
getLower() |
T |
getUpper() |
T |
getValue() |
int |
hashCode() |
boolean |
isSingleValue() |
<V extends Comparable> |
match(V value)
Match the condition against a given value.
|
String |
toString() |
public String getFieldName()
public T getValue()
public T getLower()
public T getUpper()
public boolean isSingleValue()
public <V extends Comparable> boolean match(V value)
IllegalArgumentException
- if the value has an incompatible typeCopyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.