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 SelectableVisitor
public void visit(ConcreteFunction fn)
public boolean foundAggregateFunction()