parquet::record::make_row
is not exposed to users, leaving no option to users to manually create Row
objects
#6761
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
If one want's to do manual modifications of
parquet::record::Row
objects, they currently can't do it because there is no way to construct aparquet::record::Row
object.There is no publicly exposed
new
function, and the already existingmake_row
function in the same module is also not publicy exposed.Describe the solution you'd like
Expose the
parquet::record::make_row
function.The text was updated successfully, but these errors were encountered: