public class PagesWindowIndex extends Object implements WindowIndex
| Constructor and Description |
|---|
PagesWindowIndex(PagesIndex pagesIndex,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(int channel,
int position,
BlockBuilder output) |
boolean |
getBoolean(int channel,
int position) |
double |
getDouble(int channel,
int position) |
long |
getLong(int channel,
int position) |
Object |
getObject(int channel,
int position) |
Block |
getSingleValueBlock(int channel,
int position) |
io.airlift.slice.Slice |
getSlice(int channel,
int position) |
boolean |
isNull(int channel,
int position) |
int |
size() |
String |
toString() |
public PagesWindowIndex(PagesIndex pagesIndex, int start, int end)
public int size()
size in interface WindowIndexpublic boolean isNull(int channel,
int position)
isNull in interface WindowIndexpublic boolean getBoolean(int channel,
int position)
getBoolean in interface WindowIndexpublic long getLong(int channel,
int position)
getLong in interface WindowIndexpublic double getDouble(int channel,
int position)
getDouble in interface WindowIndexpublic io.airlift.slice.Slice getSlice(int channel,
int position)
getSlice in interface WindowIndexpublic Block getSingleValueBlock(int channel, int position)
getSingleValueBlock in interface WindowIndexpublic Object getObject(int channel, int position)
getObject in interface WindowIndexpublic void appendTo(int channel,
int position,
BlockBuilder output)
appendTo in interface WindowIndexCopyright © 2012–2019. All rights reserved.