- All Superinterfaces:
AutoCloseable
, SafeCloseable
- All Known Implementing Classes:
BaseChunkInputStreamGenerator
, BooleanChunkInputStreamGenerator
, ByteChunkInputStreamGenerator
, CharChunkInputStreamGenerator
, DoubleChunkInputStreamGenerator
, FloatChunkInputStreamGenerator
, IntChunkInputStreamGenerator
, LongChunkInputStreamGenerator
, ShortChunkInputStreamGenerator
, VarBinaryChunkInputStreamGenerator
, VarListChunkInputStreamGenerator
, VectorChunkInputStreamGenerator
-
Nested Class Summary
Nested Classes
static interface
static class
static interface
static final class
static interface
-
Field Summary
Fields
static final long
static final long
static final long
-
Method Summary
Get an input stream optionally position-space filtered using the provided RowSet.
long
Returns the offset of the final row this generator can produce.
long
Returns the number of rows that were sent before the first row in this generator.
-
Field Details
-
MS_PER_DAY
static final long MS_PER_DAY
- See Also:
-
-
MIN_LOCAL_DATE_VALUE
static final long MIN_LOCAL_DATE_VALUE
- See Also:
-
-
MAX_LOCAL_DATE_VALUE
static final long MAX_LOCAL_DATE_VALUE
- See Also:
-
-
Method Details
-
getRowOffset
long getRowOffset()
Returns the number of rows that were sent before the first row in this generator.
-
getLastRowOffset
long getLastRowOffset()
Returns the offset of the final row this generator can produce.
-