Package | Description |
---|---|
org.teiid.language | |
org.teiid.language.visitor |
Modifier and Type | Class and Description |
---|---|
class |
AggregateFunction
Represents an aggregate function.
|
Modifier and Type | Method and Description |
---|---|
Function |
LanguageFactory.createFunction(String functionName,
Expression[] args,
Class<?> type) |
Function |
LanguageFactory.createFunction(String functionName,
List<? extends Expression> args,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(Function obj) |
void |
LanguageObjectVisitor.visit(Function obj) |
void |
HierarchyVisitor.visit(Function obj) |
void |
AbstractLanguageVisitor.visit(Function obj) |
Copyright © 2020. All rights reserved.