| Package | Description |
|---|---|
| org.apache.druid.catalog.model.table |
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseTableFunction.Parameter |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableFunction.ParameterDefn> |
FormattedInputSourceDefn.addFormatParameters(List<TableFunction.ParameterDefn> properties)
Add format properties to the base set, in the order of the formats,
in the order defined by the format.
|
protected List<TableFunction.ParameterDefn> |
InlineInputSourceDefn.adHocTableFnParameters() |
protected List<TableFunction.ParameterDefn> |
LocalInputSourceDefn.adHocTableFnParameters() |
protected abstract List<TableFunction.ParameterDefn> |
FormattedInputSourceDefn.adHocTableFnParameters()
Overridden by subclasses to provide the list of table function parameters for
this specific input format.
|
protected List<TableFunction.ParameterDefn> |
HttpInputSourceDefn.adHocTableFnParameters() |
List<TableFunction.ParameterDefn> |
BaseTableFunction.parameters() |
List<TableFunction.ParameterDefn> |
InputFormatDefn.parameters()
Obtain the parameters used to fully define an input format in a SQL function
that defines an external table from scratch.
|
List<TableFunction.ParameterDefn> |
InputFormats.BaseFormatDefn.parameters() |
List<TableFunction.ParameterDefn> |
TableFunction.parameters() |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableFunction.ParameterDefn> |
FormattedInputSourceDefn.addFormatParameters(List<TableFunction.ParameterDefn> properties)
Add format properties to the base set, in the order of the formats,
in the order defined by the format.
|
| Constructor and Description |
|---|
AdHocTableFunction(List<TableFunction.ParameterDefn> parameters) |
BaseFormatDefn(List<TableFunction.ParameterDefn> parameters) |
BaseTableFunction(List<TableFunction.ParameterDefn> parameters) |
FlatTextFormatDefn(List<TableFunction.ParameterDefn> parameters) |
PartialTableFunction(ResolvedExternalTable table,
List<TableFunction.ParameterDefn> params) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.