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): null | any[]

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]


count()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]


max()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]


min()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]


sum()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]


unique()

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

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

Parameters

ParameterType
inputunknown
_parentContextunknown
batchConfigBatchConfig

Returns

null | any[]