Skip to main content

@terascope/data-mate / function-configs/interfaces / ProcessMode

Enumeration: ProcessMode

Enumeration Members

FULL_VALUES

FULL_VALUES: "FULL_VALUES"

This indicates that it operations on entire values, including nulls and arrays

Source

data-mate/src/function-configs/interfaces.ts:21


INDIVIDUAL_VALUES

INDIVIDUAL_VALUES: "INDIVIDUAL_VALUES"

This indicates that it operations on non-nil individual values

Source

data-mate/src/function-configs/interfaces.ts:19


NONE

NONE: "NONE"

This indicates a noop, usually this is for metadata/datatype changes

Source

data-mate/src/function-configs/interfaces.ts:23