Class ScalarArgument
java.lang.Object
io.trino.spi.function.table.Argument
io.trino.spi.function.table.ScalarArgument
This class represents the scalar argument passed to a Table Function.
This representation should be considered experimental. Eventually, ConnectorExpression
should be extended to include this kind of argument.
Additionally, only constant values are currently supported. In the future, we will add support for different kinds of expressions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScalarArgument.Builderbuilder()static ScalarArgumentfromNullableValue(NullableValue nullableValue) getType()getValue()
-
Constructor Details
-
ScalarArgument
-
-
Method Details
-
getType
-
getValue
-
fromNullableValue
-
getNullableValue
-
builder
-