Class BaseInputSourceDefn.AdHocTableFunction

java.lang.Object
org.apache.druid.catalog.model.table.BaseTableFunction
org.apache.druid.catalog.model.table.BaseInputSourceDefn.AdHocTableFunction
All Implemented Interfaces:
TableFunction
Enclosing class:
BaseInputSourceDefn

public class BaseInputSourceDefn.AdHocTableFunction extends BaseTableFunction
The "from-scratch" table function for this input source. The parameters are those defined by the subclass, and the apply simply turns around and asks the input source definition to do the conversion.