| Modifier and Type | Field and Description |
|---|---|
boolean |
done
Whether this is definitely the last frame of rows.
|
static Meta.Frame |
EMPTY
Frame that has zero rows and is the last frame.
|
static Meta.Frame |
MORE
Frame that has zero rows but may have another frame.
|
int |
offset
Zero-based offset of first row.
|
Iterable<Object> |
rows
The rows.
|
| Constructor and Description |
|---|
Meta.Frame(int offset,
boolean done,
Iterable<Object> rows) |
public static final Meta.Frame EMPTY
public static final Meta.Frame MORE
public final int offset
public final boolean done
public static Meta.Frame create(int offset, boolean done, List<Object> rows)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.