Expand description
Utilities for pretty printing RecordBatches and Arrays.
Note this module is not available unless feature = "prettyprint" is enabled.
Functionsยง
- create_
column ๐ - create_
table ๐ - Convert a series of record batches into a table
 - pretty_
format_ batches  - Create a visual representation of [
RecordBatch]es - pretty_
format_ batches_ with_ options  - Create a visual representation of [
RecordBatch]es with formatting options. - pretty_
format_ batches_ with_ schema  - Create a visual representation of [
RecordBatch]es with a provided schema. - pretty_
format_ columns  - Create a visual representation of [
ArrayRef] - pretty_
format_ columns_ with_ options  - Create a visual representation of [
ArrayRef] with formatting options. - print_
batches  - Prints a visual representation of record batches to stdout
 - print_
columns  - Prints a visual representation of a list of column to stdout