GenvidEventResult

struct GenvidEventResult

The structure summarizing a single result of a Reduce operation.

Public Members

GenvidEventKey key

An array of strings forming the key.

GenvidEventValue values[GENVID_NUM_REDUCE_OP]

A series of values, each for a different reduce operation.

int numValues

The number of valid entries in values.