Uses of Class
io.trino.spi.function.table.Argument
Packages that use Argument
-
Uses of Argument in io.trino.spi.function.table
Subclasses of Argument in io.trino.spi.function.tableModifier and TypeClassDescriptionclassThis class represents the descriptor argument passed to a Table Function.classThis class represents the scalar argument passed to a Table Function.classThis class represents the table argument passed to a Table Function.Method parameters in io.trino.spi.function.table with type arguments of type ArgumentModifier and TypeMethodDescriptionabstract TableFunctionAnalysisAbstractConnectorTableFunction.analyze(ConnectorSession session, ConnectorTransactionHandle transaction, Map<String, Argument> arguments, ConnectorAccessControl accessControl) ConnectorTableFunction.analyze(ConnectorSession session, ConnectorTransactionHandle transaction, Map<String, Argument> arguments, ConnectorAccessControl accessControl) This method is called by the Analyzer.