Uses of Class
org.apache.drill.exec.store.table.function.TableParamDef
-
Uses of TableParamDef in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionAbstractSchema.getFunctionParameters()
Returns of common table function parameters that can be used all Drill schema implementations.Modifier and TypeMethodDescriptionAbstractSchema.applyFunctionParameters
(DrillTable drillTable, List<TableParamDef> paramDefs, List<Object> values) For the given list of parameters definitions executes action for the corresponding value. -
Uses of TableParamDef in org.apache.drill.exec.store.table.function
Modifier and TypeMethodDescriptionstatic TableParamDef
TableParamDef.optional
(String name, Class<?> type, BiConsumer<DrillTable, Object> action) static TableParamDef
TableParamDef.required
(String name, Class<?> type, BiConsumer<DrillTable, Object> action) Modifier and TypeMethodDescriptionTableSignature.getCommonParams()
TableSignature.getParams()
TableSignature.getSpecificParams()
Modifier and TypeMethodDescriptionstatic TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams) static TableSignature
TableSignature.of
(String name, List<TableParamDef> commonParams, List<TableParamDef> specificParams)