@terascope/data-mate / aggregations/record-aggregation
aggregations/record-aggregation
Variables
repository
constrepository: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
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null
count()
count(
input,_parentContext,batchConfig):any[] |null
Defined in: data-mate/src/aggregations/record-aggregation.ts:169
Parameters
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null
max()
max(
input,_parentContext,batchConfig):any[] |null
Defined in: data-mate/src/aggregations/record-aggregation.ts:226
Parameters
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null
min()
min(
input,_parentContext,batchConfig):any[] |null
Defined in: data-mate/src/aggregations/record-aggregation.ts:216
Parameters
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null
sum()
sum(
input,_parentContext,batchConfig):any[] |null
Defined in: data-mate/src/aggregations/record-aggregation.ts:185
Parameters
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null
unique()
unique(
input,_parentContext,batchConfig):any[] |null
Defined in: data-mate/src/aggregations/record-aggregation.ts:159
Parameters
| Parameter | Type |
|---|---|
input | unknown |
_parentContext | unknown |
batchConfig | BatchConfig |
Returns
any[] | null