Package io.trino.operator
Interface ParametricImplementation
-
- All Known Implementing Classes:
AggregationImplementation,ParametricScalarImplementation
public interface ParametricImplementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FunctionArgumentDefinition>getArgumentDefinitions()SignaturegetSignature()booleanhasSpecializedTypeParameters()booleanisNullable()
-
-
-
Method Detail
-
getSignature
Signature getSignature()
-
hasSpecializedTypeParameters
boolean hasSpecializedTypeParameters()
-
isNullable
boolean isNullable()
-
getArgumentDefinitions
List<FunctionArgumentDefinition> getArgumentDefinitions()
-
-