22 namespace Deveel.Data.Sql.Expressions {
33 aggFunFound = invoke.IsAggregate(query);
35 return base.VisitFunctionCall(expression);
40 return base.VisitConstant(constant);
override SqlExpression VisitFunctionCall(SqlFunctionCallExpression expression)
Visits the expression that calls the function defined.
AggregateChecker(IRequest query)
bool HasAggregate(SqlExpression expression)
SqlExpression[] Arguments
The information about the invocation of a routine, including the full name and arguments (as SqlExpre...
An expression that holds a constant value.
override SqlExpression VisitConstant(SqlConstantExpression constant)
Defines the base class for instances that represent SQL expression tree nodes.
A visitor for SqlExpression objects.