Package org.apache.druid.catalog.model
Interface ParameterizedDefn
public interface ParameterizedDefn
Defines a parameter for a catalog entry. A parameter is an item that can appear
in a SQL table function as a named SQL argument. Example, for a local file,
the file name list could be a parameter to allow using the same definition for
a variety of local files (that is, to name today's update which is
different from yesterday's update.)
-
Method Summary
Modifier and TypeMethodDescriptionapplyParameters(ResolvedTable table, Map<String, Object> parameters)
-
Method Details
-
parameters
List<ModelProperties.PropertyDefn<?>> parameters() -
applyParameters
-