Class EsqlAdapterBase<T>
java.lang.Object
co.elastic.clients.elasticsearch._helpers.esql.EsqlAdapterBase<T>
- All Implemented Interfaces:
EsqlAdapter<T>
- Direct Known Subclasses:
ResultSetEsqlAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreadFooter(jakarta.json.stream.JsonParser parser) Reads the footer of an ES|QL response, once the values have been read.static EsqlMetadatareadHeader(jakarta.json.stream.JsonParser parser, JsonpMapper mapper) Reads the header of an ES|QL response, moving the parser at the beginning of the first value row.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._helpers.esql.EsqlAdapter
columnar, deserialize, format
-
Constructor Details
-
EsqlAdapterBase
public EsqlAdapterBase()
-
-
Method Details
-
readHeader
Reads the header of an ES|QL response, moving the parser at the beginning of the first value row. The caller can then read row arrays until finding an end array that closes the top-level array.
-