Uses of Class
io.trino.plugin.jdbc.JdbcExpression
Packages that use JdbcExpression
-
Uses of JdbcExpression in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return types with arguments of type JdbcExpressionModifier and TypeMethodDescriptionCachingJdbcClient.implementAggregation(ConnectorSession session, AggregateFunction aggregate, Map<String, ColumnHandle> assignments) ForwardingJdbcClient.implementAggregation(ConnectorSession session, AggregateFunction aggregate, Map<String, ColumnHandle> assignments) default Optional<JdbcExpression>JdbcClient.implementAggregation(ConnectorSession session, AggregateFunction aggregate, Map<String, ColumnHandle> assignments) -
Uses of JdbcExpression in io.trino.plugin.jdbc.aggregation
Methods in io.trino.plugin.jdbc.aggregation that return types with arguments of type JdbcExpressionModifier and TypeMethodDescriptionBaseImplementAvgBigint.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementAvgDecimal.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementAvgFloatingPoint.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCorr.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCount.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCountAll.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCountDistinct.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCovariancePop.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementCovarianceSamp.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementMinMax.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementRegrIntercept.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementRegrSlope.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementStddevPop.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementStddevSamp.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementSum.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementVariancePop.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) ImplementVarianceSamp.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<ParameterizedExpression> context) -
Uses of JdbcExpression in io.trino.plugin.jdbc.jmx
Methods in io.trino.plugin.jdbc.jmx that return types with arguments of type JdbcExpressionModifier and TypeMethodDescriptionStatisticsAwareJdbcClient.implementAggregation(ConnectorSession session, AggregateFunction aggregate, Map<String, ColumnHandle> assignments)