Class BaseTableFunction
java.lang.Object
org.apache.druid.catalog.model.table.BaseTableFunction
- All Implemented Interfaces:
TableFunction
- Direct Known Subclasses:
BaseInputSourceDefn.AdHocTableFunction,BaseInputSourceDefn.PartialTableFunction
Base implementation for a table function definition.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.druid.catalog.model.table.TableFunction
TableFunction.ParameterDefn, TableFunction.ParameterType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidrequireSchema(String fnName, List<ColumnSpec> columns) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.catalog.model.table.TableFunction
apply
-
Constructor Details
-
BaseTableFunction
-
-
Method Details
-
parameters
- Specified by:
parametersin interfaceTableFunction
-
requireSchema
-