public class SqlCompileInfo extends CompileInfo
| Constructor and Description |
|---|
SqlCompileInfo() |
SqlCompileInfo(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
static SqlCompileInfo |
CastFrom(CompileInfo node) |
void |
delete() |
void |
DumpClusterJob(SWIGTYPE_p_std__ostream output,
String tab) |
void |
DumpPhysicalPlan(SWIGTYPE_p_std__ostream output,
String tab) |
protected void |
finalize() |
SqlContext |
get_sql_context() |
BatchRequestInfo |
GetBatchRequestInfo() |
SWIGTYPE_p_hybridse__vm__ClusterJob |
GetClusterJob() |
ComileType |
GetCompileType() |
static long |
getCPtr(SqlCompileInfo obj) |
String |
GetEncodedSchema() |
EngineMode |
GetEngineMode() |
boolean |
GetIRBuffer(ByteBuffer buf) |
long |
GetIRSize() |
SWIGTYPE_p_hybridse__vm__Runner |
GetMainTask() |
List<TypeOuterClass.ColumnDef> |
GetParameterSchema() |
PhysicalOpNode |
GetPhysicalPlan() |
String |
GetRequestName() |
List<TypeOuterClass.ColumnDef> |
GetRequestSchema() |
List<TypeOuterClass.ColumnDef> |
GetSchema() |
String |
GetSql() |
void |
swigSetCMemOwn(boolean own) |
getCPtrpublic SqlCompileInfo(long cPtr,
boolean cMemoryOwn)
public SqlCompileInfo()
public static long getCPtr(SqlCompileInfo obj)
public void swigSetCMemOwn(boolean own)
swigSetCMemOwn in class CompileInfoprotected void finalize()
finalize in class CompileInfopublic void delete()
delete in class CompileInfopublic SqlContext get_sql_context()
public boolean GetIRBuffer(ByteBuffer buf)
GetIRBuffer in class CompileInfopublic long GetIRSize()
GetIRSize in class CompileInfopublic List<TypeOuterClass.ColumnDef> GetSchema()
GetSchema in class CompileInfopublic ComileType GetCompileType()
GetCompileType in class CompileInfopublic EngineMode GetEngineMode()
GetEngineMode in class CompileInfopublic String GetEncodedSchema()
GetEncodedSchema in class CompileInfopublic String GetSql()
GetSql in class CompileInfopublic List<TypeOuterClass.ColumnDef> GetRequestSchema()
GetRequestSchema in class CompileInfopublic List<TypeOuterClass.ColumnDef> GetParameterSchema()
GetParameterSchema in class CompileInfopublic String GetRequestName()
GetRequestName in class CompileInfopublic BatchRequestInfo GetBatchRequestInfo()
GetBatchRequestInfo in class CompileInfopublic PhysicalOpNode GetPhysicalPlan()
GetPhysicalPlan in class CompileInfopublic SWIGTYPE_p_hybridse__vm__Runner GetMainTask()
public SWIGTYPE_p_hybridse__vm__ClusterJob GetClusterJob()
public void DumpPhysicalPlan(SWIGTYPE_p_std__ostream output, String tab)
DumpPhysicalPlan in class CompileInfopublic void DumpClusterJob(SWIGTYPE_p_std__ostream output, String tab)
DumpClusterJob in class CompileInfopublic static SqlCompileInfo CastFrom(CompileInfo node)
Copyright © 2021. All rights reserved.