| Class | Description |
|---|---|
| ExpressionColumnValueSelector |
Basic expression
ColumnValueSelector. |
| ExpressionSelectors | |
| ExpressionVirtualColumn | |
| MultiValueExpressionDimensionSelector |
Basic multi-value dimension selector for an
Expr evaluating
ColumnValueSelector. |
| RowBasedExpressionColumnValueSelector |
Expression column value selector that examines a set of 'unknown' type input bindings on a row by row basis,
transforming the expression to handle multi-value list typed inputs as they are encountered.
|
| SingleInputBindings | |
| SingleLongInputCachingExpressionColumnValueSelector |
Like
ExpressionColumnValueSelector, but caches the most recently computed value and re-uses it in the case
of runs in the underlying column. |
| SingleStringInputCachingExpressionColumnValueSelector |
Like
ExpressionColumnValueSelector, but caches results for the first CACHE_SIZE dictionary IDs of
a string column. |
| SingleStringInputCachingExpressionColumnValueSelector.LruEvalCache | |
| SingleStringInputDimensionSelector |
A DimensionSelector decorator that computes an expression on top of it.
|
| VirtualColumnCacheHelper | |
| VirtualizedColumnSelectorFactory |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.