Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
Operator | Meaning |
---|---|
[ ] | Subscript operator.
Use a subscript operator to access one or more elements in an array. You can also use a subscript operator to access the value corresponding to a given key in a key-value pair of a map.
|
. | Dot operator.
Use a dot operator to access an element in a struct. You can also use a dot operator in an array of structs to access elements in each struct.
|