Skip to main content

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

aggregations/record-aggregation

Variables

repository

const repository: Repository

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

Functions

avg()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null


count()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null


max()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null


min()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null


sum()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null


unique()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

any[] | null