public class SqlContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
SqlContext() |
SqlContext(long cPtr,
boolean cMemoryOwn) |
public SqlContext(long cPtr,
boolean cMemoryOwn)
public SqlContext()
public static long getCPtr(SqlContext obj)
public void delete()
public void setEngine_mode(EngineMode value)
public EngineMode getEngine_mode()
public void setIs_performance_sensitive(boolean value)
public boolean getIs_performance_sensitive()
public void setIs_cluster_optimized(boolean value)
public boolean getIs_cluster_optimized()
public void setIs_batch_request_optimized(boolean value)
public boolean getIs_batch_request_optimized()
public void setEnable_expr_optimize(boolean value)
public boolean getEnable_expr_optimize()
public void setEnable_batch_window_parallelization(boolean value)
public boolean getEnable_batch_window_parallelization()
public void setSql(String value)
public String getSql()
public void setDb(String value)
public String getDb()
public void setLogical_plan(SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t value)
public SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t getLogical_plan()
public void setPhysical_plan(PhysicalOpNode value)
public PhysicalOpNode getPhysical_plan()
public void setCluster_job(SWIGTYPE_p_hybridse__vm__ClusterJob value)
public SWIGTYPE_p_hybridse__vm__ClusterJob getCluster_job()
public void setJit_options(JitOptions value)
public JitOptions getJit_options()
public void setJit(SWIGTYPE_p_std__shared_ptrT_hybridse__vm__HybridSeJitWrapper_t value)
public SWIGTYPE_p_std__shared_ptrT_hybridse__vm__HybridSeJitWrapper_t getJit()
public void setSchema(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> value)
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> getSchema()
public void setRequest_schema(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> value)
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> getRequest_schema()
public void setRequest_name(String value)
public String getRequest_name()
public void setRow_size(int value)
public int getRow_size()
public void setIr(String value)
public String getIr()
public void setLogical_plan_str(String value)
public String getLogical_plan_str()
public void setPhysical_plan_str(String value)
public String getPhysical_plan_str()
public void setEncoded_schema(String value)
public String getEncoded_schema()
public void setEncoded_request_schema(String value)
public String getEncoded_request_schema()
public void setNm(SWIGTYPE_p_hybridse__node__NodeManager value)
public SWIGTYPE_p_hybridse__node__NodeManager getNm()
public void setUdf_library(SWIGTYPE_p_hybridse__udf__UdfLibrary value)
public SWIGTYPE_p_hybridse__udf__UdfLibrary getUdf_library()
public void setBatch_request_info(BatchRequestInfo value)
public BatchRequestInfo getBatch_request_info()
Copyright © 2021. All rights reserved.