Class AttributeSet.Builder
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.AttributeSet.Builder
- Enclosing class:
AttributeSet
-
Method Summary
Modifier and TypeMethodDescriptionaddAll(Collection<? extends Attribute> c) addAll(AttributeSet other) addAll(AttributeSet.Builder other) build()voidclear()booleanbooleanisEmpty()booleanboolean
-
Method Details
-
add
-
remove
-
addAll
-
addAll
-
addAll
-
removeIf
-
contains
-
isEmpty
public boolean isEmpty() -
build
-
clear
public void clear()
-