issues
search
chmp
/
serde_arrow
Convert sequences of Rust objects to Arrow tables
https://docs.rs/serde_arrow/
MIT License
68
stars
21
forks
source link
Cleanup API
#145
Closed
chmp
closed
4 months ago
chmp
commented
8 months ago
[x] Use
Vec<FieldRef>
in
arrow
API. See also
https://github.com/chmp/serde_arrow/issues/137
[x] Remove deprecated functions
[x] Remove to_
fields, from
_fields functions in SerdeArrowSchema
[x] Remove plural forms in time units (see
here
)
[x]
remove ref from
SchemaLike::from_value<T: ..>(value: T)
(&T is automatically covered)
--
keep
using
&T
, it is idiomatic
Vec<FieldRef>
inarrow
API. See also https://github.com/chmp/serde_arrow/issues/137remove ref from-- keep usingSchemaLike::from_value<T: ..>(value: T)
(&T is automatically covered)&T
, it is idiomatic