Uses of Class
org.teiid.language.AggregateFunction
-
Packages that use AggregateFunction Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of AggregateFunction in org.teiid.language
Methods in org.teiid.language that return AggregateFunction Modifier and Type Method Description AggregateFunctionLanguageFactory. createAggregate(String name, boolean isDistinct, Expression expression, Class<?> type)AggregateFunctionWindowFunction. getFunction()Methods in org.teiid.language with parameters of type AggregateFunction Modifier and Type Method Description voidWindowFunction. setFunction(AggregateFunction expression) -
Uses of AggregateFunction in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type AggregateFunction Modifier and Type Method Description voidAbstractLanguageVisitor. visit(AggregateFunction obj)voidHierarchyVisitor. visit(AggregateFunction obj)voidLanguageObjectVisitor. visit(AggregateFunction obj)voidSQLStringVisitor. visit(AggregateFunction obj)
-