Uses of Interface
org.apache.druid.catalog.model.table.TableFunction.ParameterDefn
Packages that use TableFunction.ParameterDefn
-
Uses of TableFunction.ParameterDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement TableFunction.ParameterDefnMethods in org.apache.druid.catalog.model.table that return types with arguments of type TableFunction.ParameterDefnModifier and TypeMethodDescriptionprotected 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()BaseTableFunction.parameters()InputFormatDefn.parameters()Obtain the parameters used to fully define an input format in a SQL function that defines an external table from scratch.InputFormats.BaseFormatDefn.parameters()TableFunction.parameters()Method parameters in org.apache.druid.catalog.model.table with type arguments of type TableFunction.ParameterDefnModifier and TypeMethodDescriptionprotected 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.ParameterDefnModifierConstructorDescriptionAdHocTableFunction(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)