Class TextFormatter
java.lang.Object
org.elasticsearch.xpack.esql.formatter.TextFormatter
Formats
EsqlQueryResponse for the textual representation.-
Constructor Summary
ConstructorsConstructorDescriptionTextFormatter(EsqlQueryResponse response, boolean includeHeader, boolean dropNullColumns) Create a new TextFormatter for formatting responses -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.elasticsearch.core.CheckedConsumer<Writer, IOException>> format()Format the provided EsqlQueryResponse
-
Constructor Details
-
TextFormatter
Create a new TextFormatter for formatting responses
-
-
Method Details
-
format
Format the provided EsqlQueryResponse
-