[][src]Module pointcloud::labels

A apache arrow inspired columnar meta-data storage. This should probably be phased out in favor of Arrow

Modules

values

Value enums for managing the various data this crate supports

Structs

LabelScheme

The schema defined by a user to build a more complex metadata system from a CSV

MetaSummary

A map that relates summaries to the keys that the values came from. This

MetadataList

This is a pair of IndexMaps. One that stores the name to index, the second that stores the

Enums

ValueSummary

Holder enum for all summaries

Traits

Summary

The actual trait the columnar data sources has to implement