Class InstantRangeFilter
java.lang.Object
io.deephaven.engine.table.impl.select.WhereFilterImpl
io.deephaven.engine.table.impl.select.AbstractRangeFilter
io.deephaven.engine.table.impl.select.LongRangeFilter
io.deephaven.engine.table.impl.select.InstantRangeFilter
- All Implemented Interfaces:
ConcurrencyControl<Filter>,Expression,Filter,ExposesChunkFilter,WhereFilter,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.select.WhereFilter
WhereFilter.PreviousFilteringNotSupported, WhereFilter.RecomputeListener, WhereFilter.Visitor<T> -
Field Summary
Fields inherited from class io.deephaven.engine.table.impl.select.AbstractRangeFilter
columnName, lowerInclusive, upperInclusiveFields inherited from interface io.deephaven.engine.table.impl.select.WhereFilter
ZERO_LENGTH_WHERE_FILTER_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionInstantRangeFilter(String columnName, long val1, long val2, boolean lowerInclusive, boolean upperInclusive) InstantRangeFilter(String columnName, Instant val1, Instant val2) InstantRangeFilter(String columnName, Instant val1, Instant val2, boolean lowerInclusive, boolean upperInclusive) -
Method Summary
Modifier and TypeMethodDescriptioncopy()Create a copy of this WhereFilter.voidinit(@NotNull TableDefinition tableDefinition) Initialize this filter given the table definition.toString()Methods inherited from class io.deephaven.engine.table.impl.select.LongRangeFilter
geq, getLower, getUpper, gt, leq, ltMethods inherited from class io.deephaven.engine.table.impl.select.AbstractRangeFilter
chunkFilter, filter, getColumnArrays, getColumns, isLowerInclusive, isSimpleFilter, isUpperInclusive, makeBigDecimalRange, setRecomputeListenerMethods inherited from class io.deephaven.engine.table.impl.select.WhereFilterImpl
isAutomatedFilter, setAutomatedFilterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.select.WhereFilter
beginOperation, canMemoize, filter, filterInverse, hasVirtualRowVariables, init, invert, isRefreshing, permitParallelization, validateSafeForRefresh, walk, walk, walk, withDeclaredBarriers, withRespectedBarriers, withSerial
-
Constructor Details
-
InstantRangeFilter
-
InstantRangeFilter
-
InstantRangeFilter
public InstantRangeFilter(String columnName, long val1, long val2, boolean lowerInclusive, boolean upperInclusive)
-
-
Method Details
-
init
Description copied from interface:WhereFilterInitialize this filter given the table definition. If this filter has already been initialized, this should be a no-op, or optionally validate that the table definition is compatible with previous initialization.- Specified by:
initin interfaceWhereFilter- Overrides:
initin classLongRangeFilter- Parameters:
tableDefinition- the definition of the table that will be filtered
-
copy
Description copied from interface:WhereFilterCreate a copy of this WhereFilter.- Specified by:
copyin interfaceWhereFilter- Overrides:
copyin classLongRangeFilter- Returns:
- an independent copy of this WhereFilter.
-
toString
- Overrides:
toStringin classLongRangeFilter
-