| Package | Description |
|---|---|
| io.konig.core.showl | |
| io.konig.formula |
| Modifier and Type | Method and Description |
|---|---|
static KqlType |
ShowlUtil.kqlType(org.openrdf.model.URI rdfType) |
| Modifier and Type | Method and Description |
|---|---|
KqlType |
FunctionModel.getReturnType() |
KqlType |
ParameterModel.getType() |
static KqlType |
KqlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KqlType[] |
KqlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionModel |
FunctionModel.param(String name,
KqlType type) |
FunctionModel |
FunctionModel.param(String name,
KqlType type,
boolean ellipsis) |
| Constructor and Description |
|---|
DateTruncFunctionModel(String name,
KqlType returnType) |
FunctionModel(String name,
KqlType returnType) |
ParameterModel(String name,
KqlType type) |
ParameterModel(String name,
KqlType type,
boolean ellipsis) |
Copyright © 2019. All rights reserved.