Uses of Class
org.apache.drill.exec.store.table.function.TableSignature
Packages that use TableSignature
-
Uses of TableSignature in org.apache.drill.exec.store.dfs
Constructors in org.apache.drill.exec.store.dfs with parameters of type TableSignature -
Uses of TableSignature in org.apache.drill.exec.store.table.function
Methods in org.apache.drill.exec.store.table.function that return TableSignatureModifier and TypeMethodDescriptionstatic TableSignature
static TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams) static TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams, List<TableParamDef> specificParams) Constructors in org.apache.drill.exec.store.table.function with parameters of type TableSignatureModifierConstructorDescriptionWithOptionsTableMacro
(TableSignature sig, Function<List<Object>, DrillTable> function)