Class PositionToXContent
java.lang.Object
org.elasticsearch.xpack.esql.action.PositionToXContent
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xcontent.XContentBuilderpositionToXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params, int position) static PositionToXContentpositionToXContent(ColumnInfoImpl columnInfo, Block block, org.apache.lucene.util.BytesRef scratch) protected abstract org.elasticsearch.xcontent.XContentBuildervalueToXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params, int valueIndex)
-
Field Details
-
block
-
-
Method Details
-
positionToXContent
public org.elasticsearch.xcontent.XContentBuilder positionToXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params, int position) throws IOException - Throws:
IOException
-
valueToXContent
protected abstract org.elasticsearch.xcontent.XContentBuilder valueToXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params, int valueIndex) throws IOException - Throws:
IOException
-
positionToXContent
public static PositionToXContent positionToXContent(ColumnInfoImpl columnInfo, Block block, org.apache.lucene.util.BytesRef scratch)
-