Class SpatialRelatesQuery.ShapeQueryBuilder

java.lang.Object
org.elasticsearch.xpack.esql.querydsl.query.SpatialRelatesQuery.ShapeQueryBuilder
All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, QueryBuilder, Rewriteable<QueryBuilder>, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
SpatialRelatesQuery

public abstract class SpatialRelatesQuery.ShapeQueryBuilder extends Object implements QueryBuilder
This class is a minimal implementation of the QueryBuilder interface. We only need the toQuery method, but ESQL makes extensive use of QueryBuilder and trimming that interface down for ESQL only would be a large undertaking. Note that this class is only public for testing in PhysicalPlanOptimizerTests.