public class BatchRunSession extends RunSession
swigCMemOwn| Constructor and Description |
|---|
BatchRunSession() |
BatchRunSession(boolean mini_batch) |
BatchRunSession(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(BatchRunSession obj) |
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> |
GetParameterSchema() |
int |
Run(Row parameter_row,
SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output) |
int |
Run(Row parameter_row,
SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output,
long limit) |
int |
Run(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output) |
int |
Run(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output,
long limit) |
void |
SetParameterSchema(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema) |
DisableDebug, EnableDebug, engine_mode, GetCompileInfo, getCPtr, GetEncodedSchema, GetPerformanceSensitive, GetSchema, IsDebug, SetCompileInfo, SetPerformanceSensitive, SetSpNamepublic BatchRunSession(long cPtr,
boolean cMemoryOwn)
public BatchRunSession(boolean mini_batch)
public BatchRunSession()
public static long getCPtr(BatchRunSession obj)
protected void finalize()
finalize in class RunSessionpublic void delete()
delete in class RunSessionpublic int Run(Row parameter_row, SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output, long limit)
public int Run(Row parameter_row, SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output)
public int Run(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output, long limit)
public int Run(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t output)
public void SetParameterSchema(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema)
public List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> GetParameterSchema()
Copyright © 2021. All rights reserved.