org.apache.spark.sql.catalyst.expressions
Helper functions for working with Seq[Attribute].
Seq[Attribute]
Returns the attribute at the given index.
Returns the index of first attribute with a matching expression id, or -1 if no match exists.
Creates a StructType with a schema matching this Seq[Attribute].
Helper functions for working with
Seq[Attribute]
.