DataTypeHint |
accumulator() |
Explicitly defines the intermediate result type (i.e. state entry) that an aggregating
function uses as its accumulator.
|
DataTypeHint[] |
input() |
Explicitly lists the argument types that a function takes as input.
|
DataTypeHint[] |
input() |
Explicitly lists the argument types that a procedure takes as input.
|
DataTypeHint |
output() |
Explicitly defines the result type that a function uses as output.
|
DataTypeHint |
output() |
Explicitly defines the result type that a procedure uses as output.
|
DataTypeHint |
type() |
The data type hint for the argument.
|
DataTypeHint |
type() |
The data type hint for the state entry.
|