public class CompileInfo extends Object
| Constructor and Description |
|---|
CompileInfo(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
DumpClusterJob(SWIGTYPE_p_std__ostream output,
String tab) |
void |
DumpPhysicalPlan(SWIGTYPE_p_std__ostream output,
String tab) |
protected void |
finalize() |
BatchRequestInfo |
GetBatchRequestInfo() |
ComileType |
GetCompileType() |
static long |
getCPtr(CompileInfo obj) |
String |
GetEncodedSchema() |
EngineMode |
GetEngineMode() |
boolean |
GetIRBuffer(ByteBuffer buf) |
long |
GetIRSize() |
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> |
GetParameterSchema() |
PhysicalOpNode |
GetPhysicalPlan() |
String |
GetRequestDbName() |
String |
GetRequestName() |
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> |
GetRequestSchema() |
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> |
GetSchema() |
String |
GetSql() |
void |
swigSetCMemOwn(boolean own) |
public static long getCPtr(CompileInfo obj)
public void swigSetCMemOwn(boolean own)
public void delete()
public boolean GetIRBuffer(ByteBuffer buf)
public long GetIRSize()
public EngineMode GetEngineMode()
public String GetSql()
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> GetSchema()
public ComileType GetCompileType()
public String GetEncodedSchema()
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> GetRequestSchema()
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> GetParameterSchema()
public String GetRequestName()
public String GetRequestDbName()
public BatchRequestInfo GetBatchRequestInfo()
public PhysicalOpNode GetPhysicalPlan()
public void DumpPhysicalPlan(SWIGTYPE_p_std__ostream output, String tab)
public void DumpClusterJob(SWIGTYPE_p_std__ostream output, String tab)
Copyright © 2021. All rights reserved.