public class FindAggregateFunctionVisitor extends java.lang.Object implements SelectableVisitor
| Constructor and Description |
|---|
FindAggregateFunctionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
foundAggregateFunction() |
void |
visit(ConcreteFunction fn) |
void |
visit(Selectable sel) |
public void visit(Selectable sel)
visit in interface SelectableVisitorpublic void visit(ConcreteFunction fn)
public boolean foundAggregateFunction()