| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
BufferResult |
BufferOutputStream.Finish()
\endcond
|
BufferResult |
BufferIterator.RangeIterator.multiply() |
BufferResult |
BufferIterator.Next()
\brief Return the next element of the sequence, IterationTraits
|
BufferResult |
BufferResult.position(long position) |
BufferResult |
BufferResult.put(BufferResult other)
Copy-assignment operator.
|
BufferResult |
SlowRandomAccessFile.Read(long nbytes) |
BufferResult |
SlowInputStream.Read(long nbytes) |
BufferResult |
ReadableFileRandomAccessFileConcurrencyWrapper.Read(long nbytes) |
BufferResult |
Readable.Read(long nbytes)
\brief Read data from current file position.
|
BufferResult |
MemoryMappedFile.Read(long nbytes) |
BufferResult |
HdfsReadableFile.Read(long nbytes) |
BufferResult |
CompressedInputStreamConcurrencyWrapper.Read(long nbytes) |
BufferResult |
BufferReaderRandomAccessFileConcurrencyWrapper.Read(long nbytes) |
BufferResult |
BufferedInputStreamConcurrencyWrapper.Read(long nbytes) |
BufferResult |
SlowRandomAccessFile.ReadAt(long _position,
long nbytes) |
BufferResult |
ReadableFileRandomAccessFileConcurrencyWrapper.ReadAt(long _position,
long nbytes) |
BufferResult |
RandomAccessFile.ReadAt(long _position,
long nbytes)
\brief Read data from given file position.
|
BufferResult |
MemoryMappedFile.ReadAt(long _position,
long nbytes) |
BufferResult |
HdfsReadableFile.ReadAt(long _position,
long nbytes) |
BufferResult |
BufferReaderRandomAccessFileConcurrencyWrapper.ReadAt(long _position,
long nbytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BufferResult.Equals(BufferResult other)
Compare to another Result.
|
BufferResult |
BufferResult.put(BufferResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
BufferResult(BufferResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferResult |
arrow.BitmapAllButOne(MemoryPool pool,
long length,
long straggler_pos) |
static BufferResult |
arrow.BitmapAllButOne(MemoryPool pool,
long length,
long straggler_pos,
boolean value)
\brief Generate Bitmap with all position to
value except for one found
at straggler_pos. |
static BufferResult |
arrow.BitmapAnd(MemoryPool pool,
byte[] left,
long left_offset,
byte[] right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapAnd(MemoryPool pool,
ByteBuffer left,
long left_offset,
ByteBuffer right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapAnd(MemoryPool pool,
BytePointer left,
long left_offset,
BytePointer right,
long right_offset,
long length,
long out_offset)
\brief Do a "bitmap and" on right and left buffers starting at
their respective bit-offsets for the given bit-length and put
the results in out_buffer starting at the given bit-offset.
|
static BufferResult |
arrow.BitmapOr(MemoryPool pool,
byte[] left,
long left_offset,
byte[] right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapOr(MemoryPool pool,
ByteBuffer left,
long left_offset,
ByteBuffer right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapOr(MemoryPool pool,
BytePointer left,
long left_offset,
BytePointer right,
long right_offset,
long length,
long out_offset)
\brief Do a "bitmap or" for the given bit length on right and left buffers
starting at their respective bit-offsets and put the results in out_buffer
starting at the given bit-offset.
|
static BufferResult |
arrow.BitmapXor(MemoryPool pool,
byte[] left,
long left_offset,
byte[] right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapXor(MemoryPool pool,
ByteBuffer left,
long left_offset,
ByteBuffer right,
long right_offset,
long length,
long out_offset) |
static BufferResult |
arrow.BitmapXor(MemoryPool pool,
BytePointer left,
long left_offset,
BytePointer right,
long right_offset,
long length,
long out_offset)
\brief Do a "bitmap xor" for the given bit-length on right and left
buffers starting at their respective bit-offsets and put the results in
out_buffer starting at the given bit offset.
|
static BufferResult |
arrow.BytesToBits(byte[] arg0) |
static BufferResult |
arrow.BytesToBits(byte[] arg0,
MemoryPool pool) |
static BufferResult |
arrow.BytesToBits(ByteBuffer arg0) |
static BufferResult |
arrow.BytesToBits(ByteBuffer arg0,
MemoryPool pool) |
static BufferResult |
arrow.BytesToBits(BytePointer arg0) |
static BufferResult |
arrow.BytesToBits(BytePointer arg0,
MemoryPool pool)
\brief Convert vector of bytes to bitmap buffer
|
static BufferResult |
arrow.CopyBitmap(MemoryPool pool,
byte[] bitmap,
long offset,
long length) |
static BufferResult |
arrow.CopyBitmap(MemoryPool pool,
ByteBuffer bitmap,
long offset,
long length) |
static BufferResult |
arrow.CopyBitmap(MemoryPool pool,
BytePointer bitmap,
long offset,
long length)
Copy a bit range of an existing bitmap
|
| Modifier and Type | Method and Description |
|---|---|
BufferResult |
ParquetInputWrapper.Read(long nbytes) |
BufferResult |
ParquetInputWrapper.ReadAt(long _position,
long nbytes) |
Copyright © 2020. All rights reserved.