Preparing search index...
The search index is not available
mingo
mingo
core
Context
Class Context
Index
Constructors
constructor
Properties
operators
Methods
add
Accumulator
Ops
add
Expression
Ops
add
Operators
add
Pipeline
Ops
add
Projection
Ops
add
Query
Ops
add
Window
Ops
get
Operator
from
init
Constructors
Private
constructor
new
Context
(
ops
)
:
Context
Parameters
ops
:
Partial
<
{
accumulator
:
Record
<
string
,
AccumulatorOperator
<
unknown
>
>
;
expression
:
Record
<
string
,
ExpressionOperator
<
unknown
>
>
;
pipeline
:
Record
<
string
,
PipelineOperator
>
;
projection
:
Record
<
string
,
ProjectionOperator
>
;
query
:
Record
<
string
,
QueryOperator
>
;
window
:
Record
<
string
,
WindowOperator
>
;
}
>
Returns
Context
Properties
Private
Readonly
operators
operators
:
Partial
<
{
accumulator
:
Record
<
string
,
AccumulatorOperator
<
unknown
>
>
;
expression
:
Record
<
string
,
ExpressionOperator
<
unknown
>
>
;
pipeline
:
Record
<
string
,
PipelineOperator
>
;
projection
:
Record
<
string
,
ProjectionOperator
>
;
query
:
Record
<
string
,
QueryOperator
>
;
window
:
Record
<
string
,
WindowOperator
>
;
}
>
= ...
Type declaration
accumulator
:
Record
<
string
,
AccumulatorOperator
<
unknown
>
>
expression
:
Record
<
string
,
ExpressionOperator
<
unknown
>
>
pipeline
:
Record
<
string
,
PipelineOperator
>
projection
:
Record
<
string
,
ProjectionOperator
>
query
:
Record
<
string
,
QueryOperator
>
window
:
Record
<
string
,
WindowOperator
>
Methods
add
Accumulator
Ops
add
Accumulator
Ops
(
ops
)
:
Context
Parameters
ops
:
AccumulatorOps
Returns
Context
add
Expression
Ops
add
Expression
Ops
(
ops
)
:
Context
Parameters
ops
:
ExpressionOps
Returns
Context
Private
add
Operators
add
Operators
(
type
,
ops
)
:
Context
Parameters
type
:
OperatorType
ops
:
OperatorMap
Returns
Context
add
Pipeline
Ops
add
Pipeline
Ops
(
ops
)
:
Context
Parameters
ops
:
PipelineOps
Returns
Context
add
Projection
Ops
add
Projection
Ops
(
ops
)
:
Context
Parameters
ops
:
ProjectionOps
Returns
Context
add
Query
Ops
add
Query
Ops
(
ops
)
:
Context
Parameters
ops
:
QueryOps
Returns
Context
add
Window
Ops
add
Window
Ops
(
ops
)
:
Context
Parameters
ops
:
WindowOps
Returns
Context
get
Operator
get
Operator
(
type
,
name
)
:
Callback
<
unknown
,
unknown
>
Parameters
type
:
OperatorType
name
:
string
Returns
Callback
<
unknown
,
unknown
>
Static
from
from
(
ctx
)
:
Context
Parameters
ctx
:
Context
Returns
Context
Static
init
init
(
ops
?
)
:
Context
Parameters
ops
:
Partial
<
{
accumulator
:
Record
<
string
,
AccumulatorOperator
<
unknown
>
>
;
expression
:
Record
<
string
,
ExpressionOperator
<
unknown
>
>
;
pipeline
:
Record
<
string
,
PipelineOperator
>
;
projection
:
Record
<
string
,
ProjectionOperator
>
;
query
:
Record
<
string
,
QueryOperator
>
;
window
:
Record
<
string
,
WindowOperator
>
;
}
>
= {}
Returns
Context
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
operators
add
Accumulator
Ops
add
Expression
Ops
add
Operators
add
Pipeline
Ops
add
Projection
Ops
add
Query
Ops
add
Window
Ops
get
Operator
from
init
mingo
Loading...