Uses of Interface
org.apache.druid.catalog.model.table.TableFunction.ParameterDefn
-
Packages that use TableFunction.ParameterDefn Package Description org.apache.druid.catalog.model.table -
-
Uses of TableFunction.ParameterDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement TableFunction.ParameterDefn Modifier and Type Class Description static classBaseTableFunction.ParameterMethods in org.apache.druid.catalog.model.table that return types with arguments of type TableFunction.ParameterDefn Modifier and Type Method 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 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()protected List<TableFunction.ParameterDefn>InlineInputSourceDefn. adHocTableFnParameters()protected List<TableFunction.ParameterDefn>LocalInputSourceDefn. 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()Method parameters in org.apache.druid.catalog.model.table with type arguments of type TableFunction.ParameterDefn Modifier and Type Method 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 parameters in org.apache.druid.catalog.model.table with type arguments of type TableFunction.ParameterDefn Constructor 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)
-