Uses of Class
org.apache.druid.segment.virtual.BaseExpressionColumnValueSelector
Packages that use BaseExpressionColumnValueSelector
-
Uses of BaseExpressionColumnValueSelector in org.apache.druid.segment.virtual
Subclasses of BaseExpressionColumnValueSelector in org.apache.druid.segment.virtualModifier and TypeClassDescriptionclassBasic expressionColumnValueSelector.classExpression 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.classLikeExpressionColumnValueSelector, but caches the most recently computed value and re-uses it in the case of runs in the underlying column.classLikeExpressionColumnValueSelector, but caches results for the first CACHE_SIZE dictionary IDs of a string column.