pub type PbDatum = Datum;
Expand description
Alias for Datum
.
Aliased Type§
struct PbDatum {
pub body: Vec<u8>,
}
Fields§
§body: Vec<u8>
bool array/bitmap: one byte, 0 for false (null), non-zero for true (non-null) integer, float, double: big-endianness interval: encoded to (months, days, milliseconds), big-endianness varchar: encoded accorded to encoding, currently only utf8 is supported.