struct.element
Argument
| Description
|
---|---|
struct
| Struct data type. Struct from which you want to access an element.
You can enter any valid transformation expression that evaluates to a struct.
|
element
| Name of the struct element that you want to access.
|
location{ street: NULL city : 'NEWYORK' state: 'NY' zip : 12345 }
|
|
---|---|
|
|
|
|
|
|
|
|