write_int
arrow_
avro
56.2.0
In arrow_
avro::
writer::
encoder
arrow_avro
::
writer
::
encoder
Function
write_
int
Copy item path
Source
fn write_int<W:
Write
+ ?
Sized
>( out:
&mut W
, value:
i32
, ) ->
Result
<
()
, ArrowError>