All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.adapter.document.queryplan.QueryPlan Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy