Type Definition parquet::memory::ByteBuffer[][src]

type ByteBuffer = Buffer<u8>;

Type alias for Buffer.

Trait Implementations

impl From<ByteBuffer> for ByteArray
[src]

Performs the conversion.