Class EsqlAdapterBase<T>
java.lang.Object
co.elastic.clients.elasticsearch._helpers.esql.EsqlAdapterBase<T>
- All Implemented Interfaces:
- EsqlAdapter<T>
- Direct Known Subclasses:
- ResultSetEsqlAdapter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._helpers.esql.EsqlAdaptercolumnar, deserialize, format
- 
Constructor Details- 
EsqlAdapterBasepublic EsqlAdapterBase()
 
- 
- 
Method Details- 
readHeaderReads 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.
 
-