Uses of Interface
org.apache.druid.catalog.model.table.TableFunction
Packages that use TableFunction
-
Uses of TableFunction in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement TableFunctionModifier and TypeClassDescriptionclassThe "from-scratch" table function for this input source.classThe "partial" table function that starts with a catalog external table spec, then uses SQL function arguments to "complete" (i.e.classBase implementation for a table function definition.Methods in org.apache.druid.catalog.model.table that return TableFunctionModifier and TypeMethodDescriptionBaseInputSourceDefn.adHocTableFn()InputSourceDefn.adHocTableFn()Provide a definition for a SQL table function that defines an ad-hoc external table "from scratch" for this input source.HttpInputSourceDefn.partialTableFn(ResolvedExternalTable table) InlineInputSourceDefn.partialTableFn(ResolvedExternalTable table) InputSourceDefn.partialTableFn(ResolvedExternalTable table) Provide a definition for a SQL table function that completes a partial table spec from the catalog.LocalInputSourceDefn.partialTableFn(ResolvedExternalTable table) ExternalTableDefn.tableFn(ResolvedTable table) Return a table function definition for a partial table as given by the catalog table spec.ResolvedExternalTable.tableFn()Return a table function definition for a partial table as given by this object.