public abstract class VectorMapJoinHashMapResult extends VectorMapJoinHashTableResult
| Constructor and Description |
|---|
VectorMapJoinHashMapResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
cappedCount() |
abstract WriteBuffers.ByteSegmentRef |
first() |
abstract boolean |
hasRows() |
abstract boolean |
isCappedCountAvailable() |
abstract boolean |
isEof() |
abstract boolean |
isSingleRow() |
abstract WriteBuffers.ByteSegmentRef |
next() |
forget, joinResult, setJoinResult, setSpillPartitionId, spillPartitionId, toStringpublic abstract boolean hasRows()
public abstract boolean isSingleRow()
public abstract boolean isCappedCountAvailable()
public abstract int cappedCount()
public abstract WriteBuffers.ByteSegmentRef first()
public abstract WriteBuffers.ByteSegmentRef next()
public abstract boolean isEof()
Copyright © 2015 The Apache Software Foundation. All rights reserved.