Module display
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.
Structs§
- Array
Formatter - A string formatter for an
Array - Format
Options - Options for formatting arrays
- Value
Formatter - Implements
Displayfor a specific array value
Enums§
- Duration
Format - Format for displaying durations
- Format
Error - Either an
ArrowErrororstd::fmt::Error
Traits§
- Array
Formatter Factory - Allows creating a new
ArrayFormatterfor a givenArrayand an optionalField. - Display
Index Displaybut accepting an index
Functions§
- array_
value_ to_ string - Get the value at the given row in an array as a String.
- lexical_
to_ string - Converts numeric type to a
String
Type Aliases§
- Format
Result - The result of formatting an array element via
DisplayIndex::write.