@FunctionalInterface public static interface DruidExpression.VirtualColumnCreator
DruidExpression to translate itself into a VirtualColumn to add to a native query when
referenced by a projection, filter, aggregator, etc.| Modifier and Type | Method and Description |
|---|---|
VirtualColumn |
create(String name,
ColumnType outputType,
String expression,
ExprMacroTable macroTable) |
VirtualColumn create(String name, ColumnType outputType, String expression, ExprMacroTable macroTable)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.