Class DataType.DataTypesTransportVersions

java.lang.Object
org.elasticsearch.xpack.esql.core.type.DataType.DataTypesTransportVersions
Enclosing class:
DataType

public static class DataType.DataTypesTransportVersions extends Object
  • Field Details

    • INDEX_SOURCE

      public static final TransportVersion INDEX_SOURCE
      The first transport version after the PR that introduced geotile/geohash/geohex, resp. after 9.1. We didn't require transport versions at that point in time, as geotile/hash/hex require using specific functions to even occur in query plans.
    • ESQL_DENSE_VECTOR_CREATED_VERSION

      public static final TransportVersion ESQL_DENSE_VECTOR_CREATED_VERSION
    • ESQL_AGGREGATE_METRIC_DOUBLE_CREATED_VERSION

      public static final TransportVersion ESQL_AGGREGATE_METRIC_DOUBLE_CREATED_VERSION
    • TEXT_SIMILARITY_RANK_DOC_EXPLAIN_CHUNKS_VERSION

      public static final TransportVersion TEXT_SIMILARITY_RANK_DOC_EXPLAIN_CHUNKS_VERSION
      First transport version after the PR that introduced the exponential histogram data type which was NOT also backported to 9.2. (Exp. histogram was added as SNAPSHOT-only to 9.3.)
    • ESQL_EXPONENTIAL_HISTOGRAM_SUPPORTED_VERSION

      public static final TransportVersion ESQL_EXPONENTIAL_HISTOGRAM_SUPPORTED_VERSION
    • ESQL_HISTOGRAM_DATATYPE

      public static final TransportVersion ESQL_HISTOGRAM_DATATYPE
      Development version for histogram support
    • ESQL_TDIGEST_TECH_PREVIEW

      public static final TransportVersion ESQL_TDIGEST_TECH_PREVIEW
      Transport version for when the feature flag for the ESQL TDigest type was removed.
    • ESQL_HISTOGRAM_DATATYPE_RELEASE

      public static final TransportVersion ESQL_HISTOGRAM_DATATYPE_RELEASE
      Release version for Histogram data type support
  • Constructor Details

    • DataTypesTransportVersions

      public DataTypesTransportVersions()