public interface SqlTableFunction
| Modifier and Type | Method and Description |
|---|---|
SqlReturnTypeInference |
getRowTypeInference()
Returns the record type of the table yielded by this function when
applied to given arguments.
|
default @Nullable TableCharacteristic |
tableCharacteristic(int ordinal)
Returns the table parameter characteristics for
ordinalth
parameter to this table function. |
SqlReturnTypeInference getRowTypeInference()
default @Nullable TableCharacteristic tableCharacteristic(int ordinal)
ordinalth
parameter to this table function.
Returns null if the ordinalth argument is
not table parameter or the ordinal is smaller than 0 or
the ordinal is greater than or equals to the number of
parameters.
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.