Package org.partiql.lang.compiler

Types

Link copied to clipboard
interface PartiQLCompiler

PartiQLCompiler is responsible for transforming a PartiqlPhysical.Plan into an executable PartiQLStatement.

Link copied to clipboard
class PartiQLCompilerBuilder

Builder class to instantiate a PartiQLCompiler.

Link copied to clipboard
class PartiQLCompilerPipeline(parser: Parser, planner: PartiQLPlanner, compiler: PartiQLCompiler)

PartiQLCompilerPipeline is the top-level class for embedded usage of PartiQL.