Class ResponseValueUtils
java.lang.Object
org.elasticsearch.xpack.esql.action.ResponseValueUtils
Collection of static utility methods for helping transform response data between pages and values.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an iterator of iterators over the values in the given pages.valueExtractorFor(DataType dataType, ZoneId zoneId)
-
Constructor Details
-
ResponseValueUtils
public ResponseValueUtils()
-
-
Method Details
-
pagesToValues
public static Iterator<Iterator<Object>> pagesToValues(List<DataType> dataTypes, List<Page> pages, ZoneId zoneId) Returns an iterator of iterators over the values in the given pages. There is one iterator for each block. -
valueExtractorFor
public static ResponseValueUtils.BlockValueExtractor valueExtractorFor(DataType dataType, ZoneId zoneId)
-