Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- asFiniteNumber(double) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Check if the provided double is both finite and a number (i.e.
- asLongUnsigned(long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Converts a long value to an unsigned long stored as a (signed) long.
- asLongUnsigned(BigInteger) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Converts a BigInteger holding an unsigned_long to its (signed) long representation.
- asUnsignedLong(BigInteger) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- asWkb(Geometry) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- asWkt(Geometry) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
C
- camelCaseToUnderscore(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- CARTESIAN - Enum constant in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
D
- decodeX(long) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- decodeY(long) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
E
- EMPTY - Static variable in class org.elasticsearch.xpack.esql.core.util.StringUtils
- EsqlCorePlugin - Class in org.elasticsearch.xpack.esql.core.plugin
- EsqlCorePlugin() - Constructor for class org.elasticsearch.xpack.esql.core.plugin.EsqlCorePlugin
- EXCLUSION - Static variable in class org.elasticsearch.xpack.esql.core.util.StringUtils
F
- findSimilar(String, Iterable<String>) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
G
- GEO - Enum constant in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- get() - Method in class org.elasticsearch.xpack.esql.core.util.Holder
- getOrDefault(Supplier<T>) - Method in class org.elasticsearch.xpack.esql.core.util.Holder
H
- Holder<T> - Class in org.elasticsearch.xpack.esql.core.util
-
Simply utility class used for setting a state, typically for closures (which require outside variables to be final).
- Holder() - Constructor for class org.elasticsearch.xpack.esql.core.util.Holder
- Holder(T) - Constructor for class org.elasticsearch.xpack.esql.core.util.Holder
I
- inUnsignedLongRange(double) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- InvalidArgumentException - Exception Class in org.elasticsearch.xpack.esql.core
-
Exception thrown when unable to continue processing client request, in cases such as invalid query parameter or failure to apply requested processing to given data.
- InvalidArgumentException(String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.InvalidArgumentException
- InvalidArgumentException(Throwable, String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.InvalidArgumentException
- isInteger(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- isQualified(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- isUnsignedLong(BigInteger) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- isValidParamName(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
L
- likeToIndexWildcard(String, char) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
-
Translates a like pattern to pattern for ES index name expression resolver.
- likeToJavaPattern(String, char) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- likeToLuceneWildcard(String, char) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
-
Translates a like pattern to a Lucene wildcard.
- likeToUnescaped(String, char) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- LONG_MAX_PLUS_ONE_AS_BIGINTEGER - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- LONG_MAX_PLUS_ONE_AS_DOUBLE - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- longAsPoint(long) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- longAsWkb(long) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- luceneWildcardToRegExp(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
-
Translates a Lucene wildcard pattern to a Lucene RegExp one.
N
- NEW_LINE - Static variable in class org.elasticsearch.xpack.esql.core.util.StringUtils
- NumericUtils - Class in org.elasticsearch.xpack.esql.core.util
- NumericUtils() - Constructor for class org.elasticsearch.xpack.esql.core.util.NumericUtils
O
- ONE_AS_UNSIGNED_LONG - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- ordinal(int) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- org.elasticsearch.xpack.esql.core - package org.elasticsearch.xpack.esql.core
- org.elasticsearch.xpack.esql.core.plugin - package org.elasticsearch.xpack.esql.core.plugin
- org.elasticsearch.xpack.esql.core.util - package org.elasticsearch.xpack.esql.core.util
P
- parseDouble(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- parseIntegral(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- parseIP(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- parseLong(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- pointAsLong(double, double) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
Q
- QlClientException - Exception Class in org.elasticsearch.xpack.esql.core
-
Exception thrown by performing client (or user) code.
- QlClientException(String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlClientException
- QlClientException(String, Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlClientException
- QlClientException(String, Throwable, boolean, boolean) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlClientException
- QlClientException(Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlClientException
- QlClientException(Throwable, String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlClientException
- QlException - Exception Class in org.elasticsearch.xpack.esql.core
-
Base class for all QL exceptions.
- QlException(String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlException
- QlException(String, Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlException
- QlException(String, Throwable, boolean, boolean) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlException
- QlException(Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlException
- QlException(Throwable, String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlException
- QlIllegalArgumentException - Exception Class in org.elasticsearch.xpack.esql.core
-
Like
IllegalArgumentException, but treated as a server error. - QlIllegalArgumentException(String) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlIllegalArgumentException(String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlIllegalArgumentException(String, Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlIllegalArgumentException(String, Throwable, boolean, boolean) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlIllegalArgumentException(Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlIllegalArgumentException(Throwable, String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlIllegalArgumentException
- QlServerException - Exception Class in org.elasticsearch.xpack.esql.core
-
Exception triggered inside server-side code.
- QlServerException(String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlServerException
- QlServerException(String, Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlServerException
- QlServerException(String, Throwable, boolean, boolean) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlServerException
- QlServerException(Throwable) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlServerException
- QlServerException(Throwable, String, Object...) - Constructor for exception class org.elasticsearch.xpack.esql.core.QlServerException
- qualifyAndJoinIndices(String, String[]) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
S
- saturatingIntValue(Number) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Converts a number to an integer, saturating that integer if the number doesn't fit naturally.
- set(T) - Method in class org.elasticsearch.xpack.esql.core.util.Holder
- setIfAbsent(T) - Method in class org.elasticsearch.xpack.esql.core.util.Holder
-
Sets a value in the holder, but only if none has already been set.
- setOnce(T) - Method in class org.elasticsearch.xpack.esql.core.util.Holder
-
Sets a value in the holder, but only if none has already been set.
- SpatialCoordinateTypes - Enum Class in org.elasticsearch.xpack.esql.core.util
- splitQualifiedIndex(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- SQL_WILDCARD - Static variable in class org.elasticsearch.xpack.esql.core.util.StringUtils
- status() - Method in exception class org.elasticsearch.xpack.esql.core.QlClientException
- StringUtils - Class in org.elasticsearch.xpack.esql.core.util
T
- toString(SearchSourceBuilder) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- TWOS_COMPLEMENT_BITMASK - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
U
- underscoreToLowerCamelCase(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- UNSIGNED_LONG_MAX - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- UNSIGNED_LONG_MAX_AS_DOUBLE - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongAddExact(long, long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongAsBigInteger(long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongAsLongExact(long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Converts an unsigned long value "encoded" into a (signed) long.
- unsignedLongAsNumber(long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
-
Converts an unsigned long value "encoded" into a (signed) long to a Number, holding the "expanded" value.
- unsignedLongMultiplyExact(long, long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongMultiplyHigh(long, long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongSubtractExact(long, long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- unsignedLongToDouble(long) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
- UNSPECIFIED - Enum constant in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
V
- validator() - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- valueOf(String) - Static method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WILDCARD - Static variable in class org.elasticsearch.xpack.esql.core.util.StringUtils
- wildcardToJavaPattern(String, char) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
- wkbAsLong(BytesRef) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- wkbAsPoint(BytesRef) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- wkbToGeometry(BytesRef) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- wkbToWkt(BytesRef) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
- wktToWkb(String) - Method in enum class org.elasticsearch.xpack.esql.core.util.SpatialCoordinateTypes
Z
- ZERO_AS_UNSIGNED_LONG - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form