pyflink.table.expression.Expression.at# Expression.at(index) → pyflink.table.expression.Expression[source]# Accesses the element of an array or map based on a key or an index (starting at 1). Parameters index – index key or position of the element (array index starting at 1) See also cardinality, element New in version 1.12.0.