Uses of Record Class
io.trino.sql.ir.Call
Packages that use Call
Package
Description
-
Uses of Call in io.trino.sql
Methods in io.trino.sql with parameters of type CallModifier and TypeMethodDescriptionstatic ExpressionDynamicFilters.replaceDynamicFilterId(Call dynamicFilterFunctionCall, DynamicFilterId newId) -
Uses of Call in io.trino.sql.ir
Methods in io.trino.sql.ir with parameters of type CallModifier and TypeMethodDescriptionExpressionRewriter.rewriteCall(Call node, C context, ExpressionTreeRewriter<C> treeRewriter) protected Voidprotected Stringprotected R -
Uses of Call in io.trino.sql.planner
Methods in io.trino.sql.planner that return CallModifier and TypeMethodDescriptionBuiltinFunctionCallBuilder.build()ResolvedFunctionCallBuilder.build()static CallLogicalPlanner.failFunction(Metadata metadata, ErrorCodeSupplier errorCode, String errorMessage) Methods in io.trino.sql.planner with parameters of type CallModifier and TypeMethodDescriptionprotected Optional<ConnectorExpression> ConnectorExpressionTranslator.SqlToConnectorExpressionTranslator.translateNegation(Call node) protected Optional<ConnectorExpression> -
Uses of Call in io.trino.sql.relational
Methods in io.trino.sql.relational with parameters of type Call -
Uses of Call in io.trino.util
Methods in io.trino.util that return types with arguments of type CallModifier and TypeMethodDescriptionSpatialJoinUtils.extractSupportedSpatialFunctions(Expression filterExpression) Returns a subset of conjuncts matching one of the following shapes: - ST_Contains(...) - ST_Within(...) - ST_Intersects(...)