| Package | Description |
|---|---|
| com.facebook.presto.common.function |
| Modifier and Type | Method and Description |
|---|---|
QualifiedFunctionName |
OperatorType.getFunctionName() |
static QualifiedFunctionName |
QualifiedFunctionName.of(CatalogSchemaName functionNamespace,
String name) |
static QualifiedFunctionName |
QualifiedFunctionName.of(String dottedName) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<OperatorType> |
OperatorType.tryGetOperatorType(QualifiedFunctionName operatorName) |
Copyright © 2012–2020. All rights reserved.