| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static JsonParseOptions |
JsonParseOptions.Defaults()
Create parsing options with default values
|
JsonParseOptions |
JsonParseOptions.explicit_schema(Schema setter) |
JsonParseOptions |
JsonParseOptions.getPointer(long i) |
JsonParseOptions |
JsonParseOptions.newlines_in_values(boolean setter) |
JsonParseOptions |
JsonParseOptions.position(long position) |
JsonParseOptions |
JsonParseOptions.unexpected_field_behavior(arrow.UnexpectedFieldBehavior setter) |
| Modifier and Type | Method and Description |
|---|---|
static RecordBatchResult |
arrow.ParseOne(JsonParseOptions options,
ArrowBuffer json)
A class that reads an entire JSON file into a Arrow Table
The file is expected to consist of individual line-separated JSON objects
|
Copyright © 2021. All rights reserved.