Class DataType.DataTypesTransportVersions
java.lang.Object
org.elasticsearch.xpack.esql.core.type.DataType.DataTypesTransportVersions
- Enclosing class:
DataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransportVersionDevelopment version for partial_agg type support (used by ToPartial/FromPartial aggregate functions).static final TransportVersionstatic final TransportVersionstatic final TransportVersionstatic final TransportVersionDevelopment version for histogram supportstatic final TransportVersionRelease version for Histogram data type supportstatic final TransportVersionTransport version for when the feature flag for the ESQL TDigest type was removed.static final TransportVersionThe first transport version after the PR that introduced geotile/geohash/geohex, resp.static final TransportVersionThe first version after dense_vector was supported in SNAPSHOT (but not in production)static final TransportVersionFirst transport version after the PR that introduced the exponential_histogram data type which was NOT also backported to 9.2. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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_AGGREGATE_METRIC_DOUBLE_CREATED_VERSION
-
ML_INFERENCE_SAGEMAKER_CHAT_COMPLETION
The first version after dense_vector was supported in SNAPSHOT (but not in production) -
ESQL_DENSE_VECTOR_CREATED_VERSION
-
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
-
ESQL_HISTOGRAM_DATATYPE
Development version for histogram support -
ESQL_TDIGEST_TECH_PREVIEW
Transport version for when the feature flag for the ESQL TDigest type was removed. -
ESQL_HISTOGRAM_DATATYPE_RELEASE
Release version for Histogram data type support -
ESQL_AGG_FROM_PARTIAL
Development version for partial_agg type support (used by ToPartial/FromPartial aggregate functions).
-
-
Constructor Details
-
DataTypesTransportVersions
public DataTypesTransportVersions()
-