Class RangeQuery
java.lang.Object
org.elasticsearch.xpack.esql.core.querydsl.query.Query
org.elasticsearch.xpack.esql.core.querydsl.query.RangeQuery
-
Field Summary
Fields inherited from class org.elasticsearch.xpack.esql.core.querydsl.query.Query
NO_SCORE_BOOST -
Constructor Summary
ConstructorsConstructorDescriptionRangeQuery(Source source, String field, Object lower, boolean includeLower, Object upper, boolean includeUpper, String format, ZoneId zoneId) RangeQuery(Source source, String field, Object lower, boolean includeLower, Object upper, boolean includeUpper, String format, ZoneId zoneId, ShapeRelation relation) RangeQuery(Source source, String field, Object lower, boolean includeLower, Object upper, boolean includeUpper, ZoneId zoneId) -
Method Summary
Modifier and TypeMethodDescriptionprotected QueryBuilderUsed internally to convert to retrieve aQueryBuilderby queries.booleanDoes the result of callingQuery.asBuilder()need the plan to serialize itself?booleanfield()format()inthashCode()booleanbooleanprotected StringUsed byQuery.toString()to produce a pretty string.lower()relation()upper()zoneId()
-
Constructor Details
-
RangeQuery
-
RangeQuery
-
RangeQuery
-
-
Method Details
-
field
-
lower
-
upper
-
includeLower
public boolean includeLower() -
includeUpper
public boolean includeUpper() -
format
-
zoneId
-
relation
-
asBuilder
Description copied from class:QueryUsed internally to convert to retrieve aQueryBuilderby queries. -
hashCode
public int hashCode() -
equals
-
innerToString
Description copied from class:QueryUsed byQuery.toString()to produce a pretty string.- Specified by:
innerToStringin classQuery
-
containsPlan
public boolean containsPlan()Description copied from class:QueryDoes the result of callingQuery.asBuilder()need the plan to serialize itself?- Specified by:
containsPlanin classQuery
-