Index

A C E F I L N O P Q S T U W Z 
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.
asFiniteNumber(float) - Static method in class org.elasticsearch.xpack.esql.core.util.NumericUtils
Check if the provided float 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
 

C

camelCaseToUnderscore(String) - Static method in class org.elasticsearch.xpack.esql.core.util.StringUtils
 

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
 

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
 
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
 

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.
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
 

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
 

Z

ZERO_AS_UNSIGNED_LONG - Static variable in class org.elasticsearch.xpack.esql.core.util.NumericUtils
 
A C E F I L N O P Q S T U W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form