Traqula
Preparing search index...
@traqula/algebra-transformations-1-1
Algebra
BoundAggregate
Interface BoundAggregate
Open interface describing an expression
interface
BoundAggregate
{
aggregator
:
|
"max"
|
"sample"
|
"min"
|
"sum"
|
"count"
|
"avg"
|
"group_concat"
;
distinct
:
boolean
;
expression
:
Algebra
.
Expression
;
separator
?:
string
;
subType
:
AGGREGATE
;
type
:
EXPRESSION
;
variable
:
Variable
;
}
Hierarchy (
View Summary
)
Algebra
.
AggregateExpression
BoundAggregate
Index
Properties
aggregator
distinct
expression
separator?
sub
Type
type
variable
Properties
aggregator
aggregator
:
"max"
|
"sample"
|
"min"
|
"sum"
|
"count"
|
"avg"
|
"group_concat"
distinct
distinct
:
boolean
expression
expression
:
Algebra
.
Expression
Optional
separator
separator
?:
string
sub
Type
subType
:
AGGREGATE
type
type
:
EXPRESSION
variable
variable
:
Variable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregator
distinct
expression
separator
sub
Type
type
variable
Traqula
Loading...
Open interface describing an expression