Class AttributeMap.Builder<E>
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.AttributeMap.Builder<E>
- Enclosing class:
AttributeMap<E>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()computeIfAbsent(Attribute key, Function<? super Attribute, ? extends E> mappingFunction) booleancontainsKey(Object key) booleanisEmpty()keySet()putAll(AttributeMap<E> m)
-
Method Details
-
put
-
putAll
-
computeIfAbsent
-
remove
-
keySet
-
containsKey
-
isEmpty
public boolean isEmpty() -
build
-