write_long

Function write_long 

Source
pub fn write_long<W: Write + ?Sized>(
    out: &mut W,
    value: i64,
) -> Result<(), ArrowError>
Expand description

Encode a single Avro-long using ZigZag + variable length, buffered.

Spec: https://avro.apache.org/docs/1.11.1/specification/#binary-encoding