public class WindowInterface extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
WindowInterface(boolean instance_not_in_window,
boolean exclude_current_time,
String frame_type_str,
long start_offset,
long end_offset,
long rows_preceding,
long max_size) |
WindowInterface(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BufferData(long key,
Row row) |
void |
delete() |
protected void |
finalize() |
Row |
Get(long idx) |
static long |
getCPtr(WindowInterface obj) |
long |
size() |
public WindowInterface(long cPtr,
boolean cMemoryOwn)
public WindowInterface(boolean instance_not_in_window,
boolean exclude_current_time,
String frame_type_str,
long start_offset,
long end_offset,
long rows_preceding,
long max_size)
public static long getCPtr(WindowInterface obj)
public void delete()
public boolean BufferData(long key,
Row row)
public Row Get(long idx)
public long size()
Copyright © 2021. All rights reserved.