[][src]Module d4::ptab

The primary table implementation

Enums

DecodeResult

The result of decoding a value from a primary table

Traits

Decoder

Any type that used for decoding the primary table

Encoder

Any type used to encode a value in primary table

PTablePartitionReader

The type that decodes one part of the primary table in paralell

PTablePartitionWriter

The trait that is used as one of the parallel partition split from the primary table writer

PTableReader

Type that reads a D4 primary table

PTableWriter

The trait that is used to write a primary table

Type Definitions

UncompressedDecoder

The dceoder for bit-arrary primary table

UncompressedEncoder

The encoder for bit-arrray primary table

UncompressedPartReader

The partition reader for uncompressed bit-array backed primary table

UncompressedPartWriter

The partition writer for uncompressed bit-array backed primary table

UncompressedReader

The reader for uncompressed bit-array backed primary table

UncompressedWriter

The writer for uncompressed bit-array backed primary table