Class ArrowFormat

java.lang.Object
org.elasticsearch.xpack.esql.arrow.ArrowFormat
All Implemented Interfaces:
org.elasticsearch.xcontent.MediaType

public class ArrowFormat extends Object implements org.elasticsearch.xcontent.MediaType
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.MediaType

    org.elasticsearch.xcontent.MediaType.HeaderValue
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final ArrowFormat
     

    Fields inherited from interface org.elasticsearch.xcontent.MediaType

    COMPATIBLE_WITH_PARAMETER_NAME, VERSION_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.elasticsearch.xcontent.MediaType.HeaderValue>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ArrowFormat

      public ArrowFormat()
  • Method Details

    • queryParameter

      public String queryParameter()
      Specified by:
      queryParameter in interface org.elasticsearch.xcontent.MediaType
    • headerValues

      public Set<org.elasticsearch.xcontent.MediaType.HeaderValue> headerValues()
      Specified by:
      headerValues in interface org.elasticsearch.xcontent.MediaType