Uses of Interface
org.apache.druid.catalog.model.table.TableFunction
-
Packages that use TableFunction Package Description org.apache.druid.catalog.model.table -
-
Uses of TableFunction in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement TableFunction Modifier and Type Class Description classBaseInputSourceDefn.AdHocTableFunctionThe "from-scratch" table function for this input source.classBaseInputSourceDefn.PartialTableFunctionThe "partial" table function that starts with a catalog external table spec, then uses SQL function arguments to "complete" (i.e.classBaseTableFunctionBase implementation for a table function definition.Methods in org.apache.druid.catalog.model.table that return TableFunction Modifier and Type Method Description TableFunctionBaseInputSourceDefn. adHocTableFn()TableFunctionInputSourceDefn. adHocTableFn()Provide a definition for a SQL table function that defines an ad-hoc external table "from scratch" for this input source.TableFunctionHttpInputSourceDefn. partialTableFn(ResolvedExternalTable table)TableFunctionInlineInputSourceDefn. partialTableFn(ResolvedExternalTable table)TableFunctionInputSourceDefn. partialTableFn(ResolvedExternalTable table)Provide a definition for a SQL table function that completes a partial table spec from the catalog.TableFunctionLocalInputSourceDefn. partialTableFn(ResolvedExternalTable table)TableFunctionExternalTableDefn. tableFn(ResolvedTable table)Return a table function definition for a partial table as given by the catalog table spec.TableFunctionResolvedExternalTable. tableFn()Return a table function definition for a partial table as given by this object.
-