Class SqlItemOperator


public class SqlItemOperator extends SqlSpecialOperator
The item operator [ ... ], used to access a given element of an array, map or struct. For example, myArray[3], "myMap['foo']", myStruct[2] or myStruct['fieldName'].