public class SqlCompiler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
SqlCompiler(Catalog cl) |
SqlCompiler(Catalog cl,
boolean keep_ir) |
SqlCompiler(Catalog cl,
boolean keep_ir,
boolean dump_plan) |
SqlCompiler(Catalog cl,
boolean keep_ir,
boolean dump_plan,
boolean plan_only) |
SqlCompiler(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BuildClusterJob(SqlContext ctx,
BaseStatus status) |
boolean |
Compile(SqlContext ctx,
BaseStatus status) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(SqlCompiler obj) |
boolean |
Parse(SqlContext ctx,
BaseStatus status) |
public SqlCompiler(long cPtr,
boolean cMemoryOwn)
public SqlCompiler(Catalog cl, boolean keep_ir, boolean dump_plan, boolean plan_only)
public SqlCompiler(Catalog cl, boolean keep_ir, boolean dump_plan)
public SqlCompiler(Catalog cl, boolean keep_ir)
public SqlCompiler(Catalog cl)
public static long getCPtr(SqlCompiler obj)
public void delete()
public boolean Compile(SqlContext ctx, BaseStatus status)
public boolean Parse(SqlContext ctx, BaseStatus status)
public boolean BuildClusterJob(SqlContext ctx, BaseStatus status)
Copyright © 2021. All rights reserved.