Informatica Data Quality
- Informatica Data Quality 10.5.4
- All Products
STRUCT(element_name1, value1 as any [, element_name2, value2 as any] ...)
Argument
| Required/Optional
| Description
|
---|---|---|
element_name1
| Required
| The name of the struct element.
|
value1
| Required
| Any data type. The value of the struct element.
|
STRUCT(city , ‘New York’, state, ‘NY’)
|
---|
|
STRUCT(city, cust_city, state, cust_state)
adrs_typedef{ city : string state : string }
|
|
|
---|---|---|
|
|
|
|
|
|