NzaeShpMetadata struct reference

Metadata describing input rows of the AE. The memory pointed to by inputTypes belongs to the handle and should not be freed by the user.

Public attributes

inputColumnCount
The number of input columns.
inputIsConstant
Determines if the input type is a constant, 0 or 1.
inputScales
The scale of the numeric, otherwise 0.
inputSizes
The precision of the numeric or the max size of string.
inputTypes
The number or input data types, NzudsDataType is defined elsewhere.
oneOutputRowRestriction
Row restriction; if TRUE exactly one output row is required per input row and no output is al-lowed after the end of the data.

Member data documentation

int inputColumnCount
The number of input columns.
int* inputIsConstant
Determines if the input type is a constant, 0 or 1.
int* inputScales
The scale of the numeric, otherwise 0.
int* inputSizes
The precision of the numeric or the max size of string.
NzudsDataType* inputTypes
The number or input data types, NzudsDataType is defined elsewhere.
bool oneOutputRowRestriction
Row restriction; if TRUE exactly one output row is required per input row and no output is al-lowed after the end of the data.