public interface TemporalFilters<T extends Temporal> extends Column<T>, InstantFilterSpec<Selection>
| Modifier and Type | Method and Description |
|---|---|
default Selection |
eval(BiPredicate<T,T> predicate,
T valueToCompare) |
default Selection |
eval(LongBiPredicate predicate,
DateTimeColumn otherColumn) |
default Selection |
eval(LongBiPredicate predicate,
long value) |
default Selection |
eval(LongPredicate predicate) |
default Selection |
eval(Predicate<T> predicate) |
T |
get(int index) |
long |
getLongInternal(int index) |
default Selection |
isAfter(Instant value) |
default Selection |
isBefore(Instant value) |
default Selection |
isBetweenExcluding(long lowPackedDateTime,
long highPackedDateTime) |
default Selection |
isBetweenIncluding(long lowPackedDateTime,
long highPackedDateTime) |
default Selection |
isEqualTo(Instant value) |
Selection |
isMissing() |
Selection |
isNotMissing() |
int |
size() |
allMatch, anyMatch, append, append, append, appendCell, appendCell, appendMissing, appendObj, asBytes, asList, asObjectArray, asStringColumn, byteSize, clear, columnWidth, contains, copy, count, count, countMissing, countUnique, emptyCopy, emptyCopy, filter, first, getString, getUnformattedString, indexOf, inRange, interpolate, isEmpty, isMissing, lag, last, lead, map, map, mapInto, max, max, min, min, name, noneMatch, print, reduce, reduce, removeMissing, rolling, rowComparator, sampleN, sampleX, set, set, set, set, set, set, setMissing, setMissingTo, setName, sortAscending, sortDescending, sorted, subset, summary, title, type, unique, whereforEach, iterator, spliteratorcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongdefault Selection eval(LongPredicate predicate)
default Selection eval(LongBiPredicate predicate, long value)
default Selection eval(LongBiPredicate predicate, DateTimeColumn otherColumn)
default Selection eval(BiPredicate<T,T> predicate, T valueToCompare)
default Selection isBetweenExcluding(long lowPackedDateTime, long highPackedDateTime)
default Selection isBetweenIncluding(long lowPackedDateTime, long highPackedDateTime)
default Selection isAfter(Instant value)
isAfter in interface InstantFilterSpec<Selection>default Selection isBefore(Instant value)
isBefore in interface InstantFilterSpec<Selection>default Selection isEqualTo(Instant value)
isEqualTo in interface InstantFilterSpec<Selection>long getLongInternal(int index)
Selection isMissing()
Selection isNotMissing()
isNotMissing in interface Column<T extends Temporal>isNotMissing in interface FilterSpec<Selection>Copyright © 2020. All rights reserved.