Data Engineering Streaming
- Data Engineering Streaming 10.2.1
- All Products
struct {element_name1:value1 [, element_name2:value2, ...]}
schema {element_name1:data_type1 [, element_name2:data_type2, ...]}
Argument
| Description
|
---|---|
struct | Name of the struct column or port.
|
schema | A definition of the structure of data.
Schema is a name-type pair that determines the name and data type of the struct elements.
|
element_name | Name of the struct element.
|
value | Value of the struct element.
|
data_type | Data type of the element value.
The element values can be of a primitive or complex data type. Each element in the struct can have a different data type.
|
address {st_number:integer,st_name:string,city:string,state:string,zip:string}
|
---|
|
|
|