Class: CountAll
Defined in: lang-cypher/src/ast/expression.ts:142
The COUNT(*) aggregate that counts all rows regardless of null values.
Implements
Constructors
Constructor
new CountAll():
CountAll
Defined in: lang-cypher/src/ast/expression.ts:143
Returns
CountAll
Methods
accept()
accept<
Ret,Arg>(visitor,arg?):Ret
Defined in: lang-cypher/src/ast/expression.ts:145
Dispatches this node to the matching method on visitor.
Type Parameters
| Type Parameter |
|---|
Ret |
Arg |
Parameters
| Parameter | Type |
|---|---|
visitor | CypherVisitor<Ret, Arg> |
arg? | Arg |
Returns
Ret