Crate tc_collection
source ·Re-exports
pub use btree::BTree;pub use btree::BTreeFile;pub use btree::Node as BTreeNode;pub use table::Table;pub use tensor::Dense;pub use tensor::DenseBase;pub use tensor::DenseCacheFile;pub use tensor::DenseView;pub use tensor::Node as TensorNode;pub use tensor::Sparse;pub use tensor::SparseBase;pub use tensor::SparseView;pub use tensor::Tensor;pub use tensor::TensorBase;pub use tensor::TensorInstance;pub use tensor::TensorView;
Modules
- Public API endpoints for a
Collection - A
Tensor, an n-dimensional array of [Number]s which supports basic math and logic
Structs
- A
de::Visitorused to deserialize aCollection.
Enums
- A mutable transactional collection of data.
- The base type of a mutable transactional collection of data.
- The
Classof aCollection. - A view of a
Collectionwithin a singleTransaction, used for serialization. - The schema of a
Collection.
Constants
- The prefix of the absolute path to
Collectiondata types