public static class TupleDomainFilter.FloatRange extends TupleDomainFilter.AbstractRange
TupleDomainFilter.AbstractRange, TupleDomainFilter.AbstractTupleDomainFilter, TupleDomainFilter.AlwaysFalse, TupleDomainFilter.BasePositionalFilter, TupleDomainFilter.BigintMultiRange, TupleDomainFilter.BigintRange, TupleDomainFilter.BigintValuesUsingBitmask, TupleDomainFilter.BigintValuesUsingHashTable, TupleDomainFilter.BooleanValue, TupleDomainFilter.BytesRange, TupleDomainFilter.BytesValues, TupleDomainFilter.BytesValuesExclusive, TupleDomainFilter.DoubleRange, TupleDomainFilter.FloatRange, TupleDomainFilter.IsNotNull, TupleDomainFilter.IsNull, TupleDomainFilter.LongDecimalRange, TupleDomainFilter.MultiRange, TupleDomainFilter.NullsFilter, TupleDomainFilter.PositionalFilterlowerExclusive, lowerUnbounded, upperExclusive, upperUnboundednullAllowedALWAYS_FALSE, IS_NOT_NULL, IS_NULL| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static TupleDomainFilter.FloatRange |
of(float lower,
boolean lowerUnbounded,
boolean lowerExclusive,
float upper,
boolean upperUnbounded,
boolean upperExclusive,
boolean nullAllowed) |
boolean |
testFloat(float value) |
String |
toString() |
getLowerExclusive, getLowerUnbounded, getUpperExclusive, getUpperUnboundedgetPrecedingPositionsToFail, getSucceedingPositionsToFail, isDeterministic, isPositionalFilter, testBoolean, testBytes, testDecimal, testDouble, testLength, testLong, testNonNull, testNullpublic static TupleDomainFilter.FloatRange of(float lower, boolean lowerUnbounded, boolean lowerExclusive, float upper, boolean upperUnbounded, boolean upperExclusive, boolean nullAllowed)
public boolean testFloat(float value)
testFloat in interface TupleDomainFiltertestFloat in class TupleDomainFilter.AbstractTupleDomainFilterCopyright © 2012–2022. All rights reserved.