public class S_Agg extends SqlExprN
namedatatype| Constructor and Description |
|---|
S_Agg(SqlAggregator aggregator) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_Agg |
copy(List<SqlExpr> args) |
S_Agg |
copy(SqlExpr arg) |
static List<SqlExpr> |
exprToList(SqlExpr expr) |
SqlAggregator |
getAggregator() |
equals, getArgs, getType, hashCodeasFunction, getName, writeArgs_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic S_Agg(SqlAggregator aggregator)
public SqlAggregator getAggregator()
public void asString(org.apache.jena.atlas.io.IndentedWriter writer)
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All Rights Reserved.