| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArray |
Datum.chunked_array() |
ChunkedArray |
Table.column(int i)
\brief Return a column by index
|
ChunkedArray[] |
ChunkedArrayVector.get() |
ChunkedArray |
ChunkedArrayVector.Iterator.get() |
ChunkedArray |
ChunkedArrayVector.get(long i) |
ChunkedArray |
Table.GetColumnByName(BytePointer name) |
ChunkedArray |
Table.GetColumnByName(String name)
\brief Return a column by name
|
ChunkedArray |
ChunkedArrayResult.MoveValueUnsafe() |
ChunkedArray |
ChunkedArrayResult.multiply() |
ChunkedArray |
ChunkedArrayVector.pop_back() |
ChunkedArray |
ChunkedArray.Slice(long offset)
\brief Slice from offset until end of the chunked array
|
ChunkedArray |
ChunkedArray.Slice(long offset,
long length)
\brief Construct a zero-copy slice of the chunked array with the
indicated offset and length
|
ChunkedArray |
ChunkedArrayResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ChunkedArray |
ChunkedArrayResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
static ChunkedArray |
ExtensionType.WrapArray(DataType ext_type,
ChunkedArray storage)
\brief Wrap the given chunked storage array as a chunked extension array
|
| Modifier and Type | Method and Description |
|---|---|
TableResult |
Table.AddColumn(int i,
Field field_arg,
ChunkedArray column)
\brief Add column to the table, producing a new Table
|
boolean |
ChunkedArray.Equals(ChunkedArray other)
\brief Determine if two chunked arrays are equal.
|
static TableResult |
Table.FromChunkedStructArray(ChunkedArray array)
\brief Construct a Table from a chunked StructArray.
|
ChunkedArrayVector.Iterator |
ChunkedArrayVector.insert(ChunkedArrayVector.Iterator pos,
ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVector.push_back(ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArray... array) |
ChunkedArrayVector |
ChunkedArrayVector.put(ChunkedArray value) |
ChunkedArrayVector |
ChunkedArrayVector.put(long i,
ChunkedArray value) |
TableResult |
Table.SetColumn(int i,
Field field_arg,
ChunkedArray column)
\brief Replace a column in the table, producing a new Table
|
static ChunkedArray |
ExtensionType.WrapArray(DataType ext_type,
ChunkedArray storage)
\brief Wrap the given chunked storage array as a chunked extension array
|
| Constructor and Description |
|---|
ChunkedArrayResult(ChunkedArray value)
Constructs a Result object that contains
value. |
ChunkedArrayVector(ChunkedArray... array) |
ChunkedArrayVector(ChunkedArray value) |
Datum(ChunkedArray value) |
MultipleChunkIterator(ChunkedArray left,
ChunkedArray right) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.PrettyPrint(ChunkedArray chunked_arr,
PrettyPrintOptions options,
BytePointer result)
\brief Print human-readable representation of ChunkedArray
|
static Status |
arrow.PrettyPrint(ChunkedArray chunked_arr,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of ChunkedArray
|
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array) |
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
arrow.SortOrder order,
ExecContext ctx)
\brief Returns the indices that would sort a chunked array in the
specified order.
|
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
int order,
ExecContext ctx) |
static ChunkedArrayResult |
arrow.Take(Array values,
ChunkedArray indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(Array values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
Array indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
Array indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
ChunkedArray indices)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static TableResult |
arrow.Take(Table table,
ChunkedArray indices)
Deprecated.
|
static TableResult |
arrow.Take(Table table,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkedArray |
DictionaryRecordReader.GetResult() |
| Modifier and Type | Method and Description |
|---|---|
Status |
ColumnChunkReader.Read(ChunkedArray out) |
Status |
FileReader.ReadColumn(int i,
ChunkedArray out)
\brief Read column as a whole into a chunked array.
|
Status |
FileReader.ReadSchemaField(int i,
ChunkedArray out) |
Status |
FileWriter.WriteColumnChunk(ChunkedArray data) |
Status |
FileWriter.WriteColumnChunk(ChunkedArray data,
long offset,
long size)
\brief Write ColumnChunk in row group using slice of a ChunkedArray
|
Copyright © 2021. All rights reserved.