| Package | Description |
|---|---|
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
TableFunction.ParameterType |
BaseTableFunction.Parameter.type() |
TableFunction.ParameterType |
TableFunction.ParameterDefn.type() |
static TableFunction.ParameterType |
TableFunction.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableFunction.ParameterType[] |
TableFunction.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parameter(String name,
TableFunction.ParameterType type,
boolean optional) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.