Uses of Class
org.apache.drill.exec.store.table.function.TableSignature
-
Uses of TableSignature in org.apache.drill.exec.store.dfs
-
Uses of TableSignature in org.apache.drill.exec.store.table.function
Modifier and TypeMethodDescriptionstatic TableSignature
static TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams) static TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams, List<TableParamDef> specificParams) ModifierConstructorDescriptionWithOptionsTableMacro
(TableSignature sig, Function<List<Object>, DrillTable> function)