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
Display
for a specific array value
Enums§
- Duration
Format - Format for displaying durations
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