Package io.trino.plugin.sqlserver
Class ImplementSqlServerStdev
- java.lang.Object
-
- io.trino.plugin.sqlserver.ImplementSqlServerStdev
-
- All Implemented Interfaces:
AggregateFunctionRule<JdbcExpression>
public class ImplementSqlServerStdev extends Object implements AggregateFunctionRule<JdbcExpression>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.plugin.base.expression.AggregateFunctionRule
AggregateFunctionRule.RewriteContext
-
-
Constructor Summary
Constructors Constructor Description ImplementSqlServerStdev()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern<AggregateFunction>getPattern()Optional<JdbcExpression>rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext context)
-
-
-
Method Detail
-
getPattern
public Pattern<AggregateFunction> getPattern()
- Specified by:
getPatternin interfaceAggregateFunctionRule<JdbcExpression>
-
rewrite
public Optional<JdbcExpression> rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext context)
- Specified by:
rewritein interfaceAggregateFunctionRule<JdbcExpression>
-
-