@Name(value="arrow::json::ParseOptions") @Properties(inherit=arrow.class) public class JsonParseOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
JsonParseOptions()
Default native constructor.
|
JsonParseOptions(long size)
Native array allocator.
|
JsonParseOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonParseOptions |
Defaults()
Create parsing options with default values
|
Schema |
explicit_schema()
Optional explicit schema (disables type inference on those fields)
|
JsonParseOptions |
explicit_schema(Schema setter) |
JsonParseOptions |
getPointer(long i) |
boolean |
newlines_in_values()
Whether objects may be printed across multiple lines (for example pretty-printed)
If true, parsing may be slower.
|
JsonParseOptions |
newlines_in_values(boolean setter) |
JsonParseOptions |
position(long position) |
arrow.UnexpectedFieldBehavior |
unexpected_field_behavior()
How JSON fields outside of explicit_schema (if given) are treated
|
JsonParseOptions |
unexpected_field_behavior(arrow.UnexpectedFieldBehavior setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic JsonParseOptions()
public JsonParseOptions(long size)
Pointer.position(long).public JsonParseOptions(Pointer p)
Pointer(Pointer).public JsonParseOptions position(long position)
public JsonParseOptions getPointer(long i)
getPointer in class Pointer@SharedPtr @ByRef public Schema explicit_schema()
public JsonParseOptions explicit_schema(Schema setter)
@Cast(value="bool") public boolean newlines_in_values()
public JsonParseOptions newlines_in_values(boolean setter)
public arrow.UnexpectedFieldBehavior unexpected_field_behavior()
public JsonParseOptions unexpected_field_behavior(arrow.UnexpectedFieldBehavior setter)
@ByVal public static JsonParseOptions Defaults()
Copyright © 2021. All rights reserved.