Expand description
Functions for printing array values as human-readable strings.
This is often used for debugging or logging purposes.
See the pretty
crate for additional functions for
record batch pretty printing.
Macrosยง
- decimal_
display ๐ - duration_
display ๐ - duration_
fmt ๐ - primitive_
display ๐ - primitive_
display_ ๐float - temporal_
display ๐ - timestamp_
display ๐
Structsยง
- Array
Format ๐ - Array
Formatter - A string formatter for an [
Array
] - Format
Options - Options for formatting arrays
- Milliseconds
Formatter ๐ - Nanoseconds
Formatter ๐ - Value
Formatter - Implements
Display
for a specific array value
Enumsยง
- Duration
Format - Format for displaying durations
- Format
Error ๐ - Either an [
ArrowError
] orstd::fmt::Error
Traitsยง
- Display
Index ๐ Display
but accepting an index- Display
Index ๐State DisplayIndex
with additional state
Functionsยง
- array_
format ๐ - array_
value_ to_ string - Get the value at the given row in an array as a String.
- date32_
to_ ๐date - lexical_
to_ string - Converts numeric type to a
String
- make_
formatter ๐ - write_
list ๐ - write_
timestamp ๐
Type Aliasesยง
- Field
Display ๐ - Pairs a boxed
DisplayIndex
with its field name - Format
Result ๐ - Time
Format ๐