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 ๐ - temporal_
display ๐ - timestamp_
display ๐
Structsยง
- Array
Format ๐ - A string formatter for an [
Array
] - Options for formatting arrays
- Nanoseconds
Formatter ๐ - Implements
Display
for a specific array value
Enumsยง
- 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 ๐ - Get the value at the given row in an array as a String.
- date32_
to_ ๐date - Converts numeric type to a
String
- make_
formatter ๐ - write_
list ๐ - write_
timestamp ๐
Type Aliasesยง
- Field
Display ๐Pairs a boxedDisplayIndex
with its field name - Format
Result ๐ - Time
Format ๐