com.exasol.adapter.document.queryplan.QueryPlan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtual-schema-common-document Show documentation
Show all versions of virtual-schema-common-document Show documentation
Common module of Exasol Virtual Schema Adapters for Document Data Sources.
The newest version!
package com.exasol.adapter.document.queryplan;
import com.exasol.adapter.document.QueryPlanner;
/**
* This class represents a plan for executing the query. It is built by {@link QueryPlanner}s.
*/
public interface QueryPlan {
}