public class EngineOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
EngineOptions() |
EngineOptions(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(EngineOptions obj) |
int |
GetMaxSqlCacheSize() |
boolean |
IsBatchRequestOptimized() |
boolean |
IsClusterOptimzied() |
boolean |
IsCompileOnly() |
boolean |
IsEnableBatchWindowParallelization() |
boolean |
IsEnableExprOptimize() |
boolean |
IsEnableSparkUnsaferowFormat() |
boolean |
IsKeepIr() |
boolean |
IsPlanOnly() |
JitOptions |
jit_options() |
EngineOptions |
SetBatchRequestOptimized(boolean flag) |
EngineOptions |
SetClusterOptimized(boolean flag) |
void |
SetCompileOnly(boolean flag) |
EngineOptions |
SetEnableBatchWindowParallelization(boolean flag) |
EngineOptions |
SetEnableExprOptimize(boolean flag) |
EngineOptions |
SetEnableSparkUnsaferowFormat(boolean flag) |
void |
SetKeepIr(boolean flag) |
void |
SetMaxSqlCacheSize(int size) |
void |
SetPlanOnly(boolean flag) |
public EngineOptions(long cPtr,
boolean cMemoryOwn)
public EngineOptions()
public static long getCPtr(EngineOptions obj)
public void delete()
public void SetKeepIr(boolean flag)
public boolean IsKeepIr()
public void SetCompileOnly(boolean flag)
public boolean IsCompileOnly()
public void SetPlanOnly(boolean flag)
public boolean IsPlanOnly()
public EngineOptions SetClusterOptimized(boolean flag)
public boolean IsClusterOptimzied()
public EngineOptions SetBatchRequestOptimized(boolean flag)
public boolean IsBatchRequestOptimized()
public EngineOptions SetEnableExprOptimize(boolean flag)
public boolean IsEnableExprOptimize()
public EngineOptions SetEnableBatchWindowParallelization(boolean flag)
public boolean IsEnableBatchWindowParallelization()
public void SetMaxSqlCacheSize(int size)
public int GetMaxSqlCacheSize()
public EngineOptions SetEnableSparkUnsaferowFormat(boolean flag)
public boolean IsEnableSparkUnsaferowFormat()
public JitOptions jit_options()
Copyright © 2021. All rights reserved.