write_bytes

函数 write_bytes 

源代码
fn write_bytes<W: Write>(writer: &mut W, bytes: &[u8]) -> Result<(), ArrowError>