Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
AddOrderByItem ( IExpression expr, SortOrder order ) : |
||
GroupBy ( ) : System.Collections.Generic |
performance tip: linked list is used
|
|
GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic |
performance tip: expect to have only 1 order item
|
|
SetWithRollup ( ) : |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
public AddOrderByItem ( IExpression expr, SortOrder order ) : |
||
expr | IExpression | |
order | SortOrder | |
return |
public GroupBy ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic | ||
expr | IExpression | |
order | SortOrder | |
withRollup | bool | |
return | System.Collections.Generic |