@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class PrettyPrintOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PrettyPrintOptions() |
PrettyPrintOptions(int indent_arg) |
PrettyPrintOptions(int indent_arg,
int window_arg,
int indent_size_arg,
BytePointer null_rep_arg,
boolean skip_new_lines_arg,
boolean truncate_metadata_arg) |
PrettyPrintOptions(int indent_arg,
int window_arg,
int indent_size_arg,
String null_rep_arg,
boolean skip_new_lines_arg,
boolean truncate_metadata_arg) |
PrettyPrintOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PrettyPrintOptions |
Defaults() |
int |
indent_size()
Size of internal indents
|
PrettyPrintOptions |
indent_size(int setter) |
int |
indent()
Number of spaces to shift entire formatted object to the right
|
PrettyPrintOptions |
indent(int setter) |
String |
null_rep()
String to use for representing a null value, defaults to "null"
|
PrettyPrintOptions |
null_rep(String setter) |
boolean |
show_field_metadata()
If true, display field metadata when pretty-printing a Schema
|
PrettyPrintOptions |
show_field_metadata(boolean setter) |
boolean |
show_schema_metadata()
If true, display schema metadata when pretty-printing a Schema
|
PrettyPrintOptions |
show_schema_metadata(boolean setter) |
boolean |
skip_new_lines()
Skip new lines between elements, defaults to false
|
PrettyPrintOptions |
skip_new_lines(boolean setter) |
boolean |
truncate_metadata()
Limit display of each KeyValueMetadata key/value pair to a single line at
80 character width
|
PrettyPrintOptions |
truncate_metadata(boolean setter) |
int |
window()
Maximum number of elements to show at the beginning and at the end.
|
PrettyPrintOptions |
window(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PrettyPrintOptions(Pointer p)
Pointer(Pointer).public PrettyPrintOptions()
public PrettyPrintOptions(int indent_arg,
int window_arg,
int indent_size_arg,
@StdString
String null_rep_arg,
@Cast(value="bool")
boolean skip_new_lines_arg,
@Cast(value="bool")
boolean truncate_metadata_arg)
public PrettyPrintOptions(int indent_arg)
public PrettyPrintOptions(int indent_arg,
int window_arg,
int indent_size_arg,
@StdString
BytePointer null_rep_arg,
@Cast(value="bool")
boolean skip_new_lines_arg,
@Cast(value="bool")
boolean truncate_metadata_arg)
@ByVal public static PrettyPrintOptions Defaults()
public int indent()
public PrettyPrintOptions indent(int setter)
public int indent_size()
public PrettyPrintOptions indent_size(int setter)
public int window()
public PrettyPrintOptions window(int setter)
@StdString public String null_rep()
public PrettyPrintOptions null_rep(String setter)
@Cast(value="bool") public boolean skip_new_lines()
public PrettyPrintOptions skip_new_lines(boolean setter)
@Cast(value="bool") public boolean truncate_metadata()
public PrettyPrintOptions truncate_metadata(boolean setter)
@Cast(value="bool") public boolean show_field_metadata()
public PrettyPrintOptions show_field_metadata(boolean setter)
@Cast(value="bool") public boolean show_schema_metadata()
public PrettyPrintOptions show_schema_metadata(boolean setter)
Copyright © 2021. All rights reserved.