Definition at line 23 of file AggregateChecker.cs.
Deveel.Data.Sql.Expressions.AggregateChecker.AggregateChecker |
( |
IRequest |
query | ) |
|
|
inline |
bool Deveel.Data.Sql.Expressions.AggregateChecker.HasAggregate |
( |
SqlExpression |
expression | ) |
|
|
inline |
Definition at line 43 of file AggregateChecker.cs.
virtual SqlExpression Visit(SqlExpression expression)
Visits a given SQL expression.
Visits the expression that calls the function defined.
- Parameters
-
- Returns
Reimplemented from Deveel.Data.Sql.Expressions.SqlExpressionVisitor.
Definition at line 31 of file AggregateChecker.cs.
32 var invoke =
new Invoke(expression.FunctioName, expression.Arguments);
35 return base.VisitFunctionCall(expression);
The information about the invocation of a routine, including the full name and arguments (as SqlExpre...
bool Deveel.Data.Sql.Expressions.AggregateChecker.aggFunFound |
|
private |
readonly IRequest Deveel.Data.Sql.Expressions.AggregateChecker.query |
|
private |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Expressions/AggregateChecker.cs