public interface TemporalFilters<T extends Temporal> extends Column<T>
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.longs.LongArrayList |
data() |
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 |
isBetweenExcluding(long lowPackedDateTime,
long highPackedDateTime) |
default Selection |
isBetweenIncluding(long lowPackedDateTime,
long highPackedDateTime) |
default Selection |
isMissing() |
default 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, inRange, isEmpty, isMissing, lag, last, lead, map, mapInto, max, max, min, min, name, noneMatch, print, reduce, reduce, removeMissing, rolling, rowComparator, sampleN, sampleX, set, set, set, set, set, setMissing, 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 isMissing()
default Selection isNotMissing()
isNotMissing in interface Column<T extends Temporal>it.unimi.dsi.fastutil.longs.LongArrayList data()
long getLongInternal(int index)
Copyright © 2019. All rights reserved.