| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.UnexpectedFieldBehavior |
JsonParseOptions.unexpected_field_behavior()
How JSON fields outside of explicit_schema (if given) are treated
|
| Modifier and Type | Method and Description |
|---|---|
JsonParseOptions |
JsonParseOptions.unexpected_field_behavior(arrow.UnexpectedFieldBehavior setter) |
| Modifier and Type | Method and Description |
|---|---|
arrow.UnexpectedFieldBehavior |
arrow.UnexpectedFieldBehavior.intern() |
static arrow.UnexpectedFieldBehavior |
arrow.UnexpectedFieldBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.UnexpectedFieldBehavior[] |
arrow.UnexpectedFieldBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.