| Package | Description |
|---|---|
| org.apache.druid.catalog.model.table |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseInputSourceDefn.AdHocTableFunction
The "from-scratch" table function for this input source.
|
class |
BaseInputSourceDefn.PartialTableFunction
The "partial" table function that starts with a catalog external table spec, then
uses SQL function arguments to "complete" (i.e.
|
class |
BaseTableFunction
Base implementation for a table function definition.
|
| Modifier and Type | Method and Description |
|---|---|
TableFunction |
InputSourceDefn.adHocTableFn()
Provide a definition for a SQL table function that defines an ad-hoc external
table "from scratch" for this input source.
|
TableFunction |
BaseInputSourceDefn.adHocTableFn() |
TableFunction |
InputSourceDefn.partialTableFn(ResolvedExternalTable table)
Provide a definition for a SQL table function that completes a partial table
spec from the catalog.
|
TableFunction |
InlineInputSourceDefn.partialTableFn(ResolvedExternalTable table) |
TableFunction |
LocalInputSourceDefn.partialTableFn(ResolvedExternalTable table) |
TableFunction |
HttpInputSourceDefn.partialTableFn(ResolvedExternalTable table) |
TableFunction |
ResolvedExternalTable.tableFn()
Return a table function definition for a partial table as given by
this object.
|
TableFunction |
ExternalTableDefn.tableFn(ResolvedTable table)
Return a table function definition for a partial table as given by
the catalog table spec.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.