Package io.trino.operator.scalar
Class ScalarHeader
java.lang.Object
io.trino.operator.scalar.ScalarHeader
-
Constructor Summary
ConstructorsConstructorDescriptionScalarHeader(OperatorType operatorType, Optional<String> description) ScalarHeader(String name, Set<String> aliases, Optional<String> description, boolean hidden, boolean deterministic) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ScalarHeader> fromAnnotatedElement(AnnotatedElement annotated) getName()booleanbooleanisHidden()
-
Constructor Details
-
ScalarHeader
-
ScalarHeader
-
-
Method Details
-
fromAnnotatedElement
-
getName
-
getOperatorType
-
getAliases
-
getDescription
-
isHidden
public boolean isHidden() -
isDeterministic
public boolean isDeterministic()
-