Skip to main content

@terascope/data-mate / aggregations/record-aggregation

aggregations/record-aggregation

Variables

repository

const repository: Repository

Source

data-mate/src/aggregations/record-aggregation.ts:25

Functions

avg()

avg(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:201


count()

count(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:169


max()

max(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:226


min()

min(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:216


sum()

sum(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:185


unique()

unique(input, _parentContext, batchConfig): any[] | null

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null

Source

data-mate/src/aggregations/record-aggregation.ts:159