Traqula
Preparing search index...
@traqula/algebra-transformations-1-2
Algebra
BoundAggregate
Interface BoundAggregate
interface
BoundAggregate
{
aggregator
:
|
"max"
|
"sample"
|
"min"
|
"sum"
|
"count"
|
"avg"
|
"group_concat"
;
distinct
:
boolean
;
expression
:
Algebra
.
Expression
;
expressionType
:
AGGREGATE
;
metadata
?:
Record
<
string
,
unknown
>
;
type
:
EXPRESSION
;
variable
:
Variable
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
Algebra
.
AggregateExpression
BoundAggregate
Indexable
[
key
:
string
]:
any
Index
Properties
aggregator
distinct
expression
expression
Type
metadata?
type
variable
Properties
aggregator
aggregator
:
"max"
|
"sample"
|
"min"
|
"sum"
|
"count"
|
"avg"
|
"group_concat"
distinct
distinct
:
boolean
expression
expression
:
Algebra
.
Expression
expression
Type
expressionType
:
AGGREGATE
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
type
type
:
EXPRESSION
variable
variable
:
Variable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregator
distinct
expression
expression
Type
metadata
type
variable
Traqula
Loading...