| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static PrettyPrintOptions |
PrettyPrintOptions.Defaults() |
PrettyPrintOptions |
PrettyPrintOptions.indent_size(int setter) |
PrettyPrintOptions |
PrettyPrintOptions.indent(int setter) |
PrettyPrintOptions |
PrettyPrintOptions.null_rep(String setter) |
PrettyPrintOptions |
PrettyPrintOptions.show_field_metadata(boolean setter) |
PrettyPrintOptions |
PrettyPrintOptions.show_schema_metadata(boolean setter) |
PrettyPrintOptions |
PrettyPrintOptions.skip_new_lines(boolean setter) |
PrettyPrintOptions |
PrettyPrintOptions.truncate_metadata(boolean setter) |
PrettyPrintOptions |
PrettyPrintOptions.window(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.PrettyPrint(Array arr,
PrettyPrintOptions options,
BytePointer result)
\brief Print human-readable representation of Array
|
static Status |
arrow.PrettyPrint(Array arr,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of Array
|
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 Status |
arrow.PrettyPrint(RecordBatch batch,
PrettyPrintOptions options,
Pointer sink) |
static Status |
arrow.PrettyPrint(Schema schema,
PrettyPrintOptions options,
BytePointer result) |
static Status |
arrow.PrettyPrint(Schema schema,
PrettyPrintOptions options,
Pointer sink) |
static Status |
arrow.PrettyPrint(Table table,
PrettyPrintOptions options,
Pointer sink)
\brief Print human-readable representation of Table
|
Copyright © 2021. All rights reserved.