Skip to main content

Module display

Module display 

Source

Structs§

BufferExtractor
Extractor that adds buffer detail lines.
DisplayArrayAs
A shim used to display an array as specified in the options.
EncodingSummaryExtractor
Extractor that adds the encoding summary (e.g. vortex.primitive(i16, len=5)) to the header.
IndentedFormatter
Wrapper providing access to a fmt::Formatter and the current indentation string.
MetadataExtractor
Extractor that adds a metadata: ... detail line.
NbytesExtractor
Extractor that adds nbytes=X (Y%) to the header line.
StatsExtractor
Extractor that adds stats annotations (e.g. [nulls=3, min=5]) to the header line.
TreeContext
Context threaded through tree traversal for percentage calculations etc.
TreeDisplay
Composable tree display builder.

Enums§

DisplayOptions
Describe how to convert an array to a string.

Traits§

TreeExtractor
Trait for contributing display information to tree nodes.