| Package | Description |
|---|---|
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.table.function |
| Modifier and Type | Method and Description |
|---|---|
List<TableParamDef> |
AbstractSchema.getFunctionParameters()
Returns of common table function parameters that can be used all Drill schema implementations.
|
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
AbstractSchema.applyFunctionParameters(DrillTable drillTable,
List<TableParamDef> paramDefs,
List<Object> values)
For the given list of parameters definitions executes action for the corresponding value.
|
| Modifier and Type | Method and Description |
|---|---|
static TableParamDef |
TableParamDef.optional(String name,
Class<?> type,
BiConsumer<DrillTable,Object> action) |
static TableParamDef |
TableParamDef.required(String name,
Class<?> type,
BiConsumer<DrillTable,Object> action) |
| Modifier and Type | Method and Description |
|---|---|
List<TableParamDef> |
TableSignature.getCommonParams() |
List<TableParamDef> |
TableSignature.getParams() |
List<TableParamDef> |
TableSignature.getSpecificParams() |
| Modifier and Type | Method and Description |
|---|---|
static TableSignature |
TableSignature.of(String name,
List<TableParamDef> commonParams) |
static TableSignature |
TableSignature.of(String name,
List<TableParamDef> commonParams,
List<TableParamDef> specificParams) |
static TableSignature |
TableSignature.of(String name,
List<TableParamDef> commonParams,
List<TableParamDef> specificParams) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.