public class MemTableIterator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
MemTableIterator(long cPtr,
boolean cMemoryOwn) |
MemTableIterator(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t table,
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema) |
MemTableIterator(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t table,
List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(MemTableIterator obj) |
BigInteger |
GetKey() |
Row |
GetValue() |
boolean |
IsSeekable() |
void |
Next() |
void |
Seek(BigInteger ts) |
void |
SeekToFirst() |
boolean |
Valid() |
public MemTableIterator(long cPtr,
boolean cMemoryOwn)
public MemTableIterator(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t table, List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema)
public MemTableIterator(SWIGTYPE_p_std__vectorT_hybridse__codec__Row_t table, List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema, int start, int end)
public static long getCPtr(MemTableIterator obj)
public void delete()
public void Seek(BigInteger ts)
public void SeekToFirst()
public BigInteger GetKey()
public Row GetValue()
public void Next()
public boolean Valid()
public boolean IsSeekable()
Copyright © 2021. All rights reserved.