Class AttributeSet

java.lang.Object
org.elasticsearch.xpack.esql.core.expression.AttributeSet
All Implemented Interfaces:
Iterable<Attribute>, Collection<Attribute>, Set<Attribute>

public class AttributeSet extends Object implements Set<Attribute>
Set variant of AttributeMap - please see that class Javadoc.