Package | Description |
---|---|
org.teiid.language | |
org.teiid.language.visitor |
Modifier and Type | Method and Description |
---|---|
AggregateFunction |
LanguageFactory.createAggregate(String name,
boolean isDistinct,
Expression expression,
Class<?> type) |
AggregateFunction |
WindowFunction.getFunction() |
Modifier and Type | Method and Description |
---|---|
void |
WindowFunction.setFunction(AggregateFunction expression) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(AggregateFunction obj) |
void |
LanguageObjectVisitor.visit(AggregateFunction obj) |
void |
HierarchyVisitor.visit(AggregateFunction obj) |
void |
AbstractLanguageVisitor.visit(AggregateFunction obj) |
Copyright © 2019. All rights reserved.