| Package | Description |
|---|---|
| io.druid.sql.calcite.expression | |
| io.druid.sql.calcite.planner | |
| io.druid.sql.guice |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterLengthExtractionOperator |
class |
ExtractExtractionOperator |
class |
FloorExtractionOperator |
class |
LookupExtractionOperator |
class |
RegexpExtractExtractionOperator |
class |
SubstringExtractionOperator |
| Modifier and Type | Method and Description |
|---|---|
SqlExtractionOperator |
DruidOperatorTable.lookupExtractionOperator(org.apache.calcite.sql.SqlKind kind,
String opName) |
| Constructor and Description |
|---|
DruidOperatorTable(Set<SqlAggregator> aggregators,
Set<SqlExtractionOperator> extractionOperators) |
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends SqlExtractionOperator>> |
SqlModule.DEFAULT_EXTRACTION_OPERATOR_CLASSES |
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlBindings.addExtractionOperator(com.google.inject.Binder binder,
Class<? extends SqlExtractionOperator> clazz) |
Copyright © 2011–2017. All rights reserved.