AbstractConditionFilter |
|
AbstractFormulaColumn |
A SelectColumn that implements a formula computed from the existing columns in the table and a query scope.
|
AbstractRangeFilter |
A filter that determines if a column value is between an upper and lower bound
(which each may either be inclusive or exclusive).
|
AutoTuningIncrementalReleaseFilter |
Filter that releases the required number of rows from a table to saturate the LTM cycle.
|
BaseIncrementalReleaseFilter |
Base class for filters that will release more rows of a table on each LTM cycle.
|
ByteRangeFilter |
|
CharRangeFilter |
|
ClockFilter |
Boilerplate super-class for various clock-oriented filters.
|
ClockFilter.Range |
Representation of a contiguous key range with monotonically nondecreasing timestamp values.
|
ComparableRangeFilter |
|
ComposedFilter |
|
ConditionFilter |
A condition filter evaluates a formula against a table.
|
ConditionFilter.ChunkFilter |
|
ConditionFilter.ColumnICount |
|
ConditionFilter.ColumnIICount |
|
ConditionFilter.ColumnILookup |
|
ConditionFilter.FilterKernel.Context |
|
ConditionFilter.IndexCount |
|
ConditionFilter.IndexLookup |
|
ConjunctiveFilter |
|
DateTimeRangeFilter |
|
DbArrayArgumentsBuilder |
|
DbArrayChunkAdapter<ATTR extends Attributes.Any> |
This class wraps an inner ChunkSource holding a DbArray.
|
DhFormulaColumn |
|
DisjunctiveFilter |
|
DoubleRangeFilter |
|
DownsampledWhereFilter |
Utilities for downsampling non-ticking time series data within a query.
|
DynamicWhereFilter |
A where filter that extracts a set of inclusion or exclusion keys from a set table.
|
FloatRangeFilter |
|
Formula |
The Formula class is used within a FormulaColumn to compute individual table cell values.
|
FunctionalColumn<S,D> |
|
IncrementalReleaseFilter |
This will filter a table starting off with the first N rows, and then adding new rows to the table on each refresh.
|
IntRangeFilter |
|
LongRangeFilter |
|
MatchFilter |
|
MatchFilter.ColumnTypeConvertor |
|
MatchFilter.ColumnTypeConvertorFactory |
|
MultiSourceFunctionalColumn<D> |
|
NullSelectColumn<T> |
|
NumbaCompileTools |
|
NumbaFormulaColumn |
|
PatternFilter |
Base class for filters that use a Pattern to do filtering.
|
PrimitiveArgumentsBuilder |
|
PrimitiveArrayArgumentsBuilder |
|
PythonVectorFilter |
A AbstractConditionFilter which transfers primitive data to python in bulk,
which is sent as numba arrays into a bulk `@vectorize`d function,
where the entire loop is processed in native C.
|
RangeConditionFilter |
A filter for comparable types (including DBDateTime) for Condition values:
LESS_THAN
LESS_THAN_OR_EQUAL
GREATER_THAN
GREATER_THAN_OR_EQUAL
|
RegexFilter |
A filter that matches data in a String column using a regular expression.
|
ReinterpretedColumn<S,D> |
|
RollingReleaseFilter |
This will filter a table starting off with the first N rows, and then adding new rows to the table on each refresh.
|
SelectFilterImpl |
|
SelectFilterLivenessArtifactImpl |
|
SelectNoneFilter |
A Select filter that always returns an empty index.
|
ShortRangeFilter |
|
SimulationClock |
Clock implementation for use with ClockFilter implementations to advance simulation time.
|
SingleSidedComparableRangeFilter |
|
SortedClockFilter |
This will filter a table on a DBDateTime column for all rows greater than "now" according to a supplied clock.
|
SourceColumn |
|
StartsOrEndsWithFilter |
|
StringArgumentsBuilder |
|
StringContainsFilter |
SelectFilter that implements String.contains(valueToMatch), for use in QuickFilter so that we can bypass compilation
on small tables.
|
SwitchColumn |
|
TimeSeriesFilter |
This will filter a table for the most recent N nanoseconds (must be on a date time column).
|
UnsortedClockFilter |
This will filter a table on a DBDateTime column for all rows greater than "now" according to a supplied clock.
|