com.exasol.spark.common.StatementGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-connector-common-java Show documentation
Show all versions of spark-connector-common-java Show documentation
An Exasol common library for Apache Spark connectors
The newest version!
package com.exasol.spark.common;
/**
* An interface for {@code SQL} statement generators.
*/
public interface StatementGenerator {
/**
* Renders statement to a string.
*
* @return rendered select statement string
*/
public String render();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy