Package io.trino.spi.function.table
Class NameAndPosition
java.lang.Object
io.trino.spi.function.table.NameAndPosition
This class represents a descriptor field reference.
`name` is the descriptor argument name, `position` is the zero-based field index.
The specified field contains a column name, as passed by the Table Function caller. The column name is associated with an appropriate input table during the Analysis phase. The Table Function is supposed to refer to input data using `NameAndPosition`, and the engine should provide the requested column.
-
Constructor Summary
Constructors -
Method Summary