Class DataType.DataTypesTransportVersions
java.lang.Object
org.elasticsearch.xpack.esql.core.type.DataType.DataTypesTransportVersions
- Enclosing class:
DataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransportVersionstatic final TransportVersionstatic final TransportVersionThe first transport version after the PR that introduced geotile/geohash/geohex, resp.static final TransportVersionFirst transport version after the PR that introduced the exponential histogram data type. -
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_DENSE_VECTOR_CREATED_VERSION
-
ESQL_AGGREGATE_METRIC_DOUBLE_CREATED_VERSION
-
RESOLVE_FIELDS_RESPONSE_USED_TV
First transport version after the PR that introduced the exponential histogram data type.
-
-
Constructor Details
-
DataTypesTransportVersions
public DataTypesTransportVersions()
-