Skip to content

Commit 53212e6

Browse files
committed
more changes
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent deb11e6 commit 53212e6

File tree

8 files changed

+6622
-1636
lines changed

8 files changed

+6622
-1636
lines changed

vortex-array/public-api.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10752,9 +10752,9 @@ impl vortex_flatbuffers::FlatBufferRoot for vortex_array::dtype::DType
1075210752

1075310753
impl vortex_flatbuffers::WriteFlatBuffer for vortex_array::dtype::DType
1075410754

10755-
pub type vortex_array::dtype::DType::Target<'a> = vortex_flatbuffers::dtype::DType<'a>
10755+
pub type vortex_array::dtype::DType::Target = vortex_flatbuffers::dtype::root::DType
1075610756

10757-
pub fn vortex_array::dtype::DType::write_flatbuffer<'fb>(&self, fbb: &mut flatbuffers::builder::FlatBufferBuilder<'fb>) -> vortex_error::VortexResult<flatbuffers::primitives::WIPOffset<Self::Target>>
10757+
pub fn vortex_array::dtype::DType::write_flatbuffer(&self, fbb: &mut planus::builder::Builder) -> vortex_error::VortexResult<planus::Offset<Self::Target>>
1075810758

1075910759
impl<'a> core::convert::From<&'a vortex_array::dtype::DType> for vortex_array::compute::Input<'a>
1076010760

@@ -11090,9 +11090,9 @@ impl core::convert::From<vortex_array::dtype::PType> for vortex_array::dtype::Fi
1109011090

1109111091
pub fn vortex_array::dtype::FieldDType::from(value: vortex_array::dtype::PType) -> Self
1109211092

11093-
impl core::convert::From<vortex_array::dtype::PType> for vortex_flatbuffers::dtype::PType
11093+
impl core::convert::From<vortex_array::dtype::PType> for vortex_flatbuffers::dtype::root::PType
1109411094

11095-
pub fn vortex_flatbuffers::dtype::PType::from(value: vortex_array::dtype::PType) -> Self
11095+
pub fn vortex_flatbuffers::dtype::root::PType::from(value: vortex_array::dtype::PType) -> Self
1109611096

1109711097
impl core::convert::From<vortex_array::dtype::PType> for vortex_proto::dtype::PType
1109811098

@@ -11120,11 +11120,11 @@ pub type vortex_array::dtype::DecimalType::Error = vortex_error::VortexError
1112011120

1112111121
pub fn vortex_array::dtype::DecimalType::try_from(value: vortex_array::dtype::PType) -> core::result::Result<Self, Self::Error>
1112211122

11123-
impl core::convert::TryFrom<vortex_flatbuffers::dtype::PType> for vortex_array::dtype::PType
11123+
impl core::convert::TryFrom<vortex_flatbuffers::dtype::root::PType> for vortex_array::dtype::PType
1112411124

1112511125
pub type vortex_array::dtype::PType::Error = vortex_error::VortexError
1112611126

11127-
pub fn vortex_array::dtype::PType::try_from(value: vortex_flatbuffers::dtype::PType) -> core::result::Result<Self, Self::Error>
11127+
pub fn vortex_array::dtype::PType::try_from(value: vortex_flatbuffers::dtype::root::PType) -> core::result::Result<Self, Self::Error>
1112811128

1112911129
impl core::default::Default for vortex_array::dtype::PType
1113011130

@@ -20032,7 +20032,7 @@ impl<'a> vortex_array::serde::ArrayNodeFlatBuffer<'a>
2003220032

2003320033
pub fn vortex_array::serde::ArrayNodeFlatBuffer<'a>::try_new(ctx: &'a vortex_array::ArrayContext, array: &'a dyn vortex_array::DynArray) -> vortex_error::VortexResult<Self>
2003420034

20035-
pub fn vortex_array::serde::ArrayNodeFlatBuffer<'a>::try_write_flatbuffer<'fb>(&self, fbb: &mut flatbuffers::builder::FlatBufferBuilder<'fb>) -> vortex_error::VortexResult<flatbuffers::primitives::WIPOffset<vortex_flatbuffers::array::ArrayNode<'fb>>>
20035+
pub fn vortex_array::serde::ArrayNodeFlatBuffer<'a>::try_write_flatbuffer(&self, fbb: &mut planus::builder::Builder) -> vortex_error::VortexResult<planus::Offset<vortex_flatbuffers::array::root::ArrayNode>>
2003620036

2003720037
pub struct vortex_array::serde::ArrayParts
2003820038

@@ -20246,7 +20246,7 @@ pub fn vortex_array::stats::StatsSet::merge_unordered(self, other: &Self, dtype:
2024620246

2024720247
impl vortex_array::stats::StatsSet
2024820248

20249-
pub fn vortex_array::stats::StatsSet::from_flatbuffer<'a>(fb: &vortex_flatbuffers::array::ArrayStats<'a>, array_dtype: &vortex_array::dtype::DType, session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self>
20249+
pub fn vortex_array::stats::StatsSet::from_flatbuffer(fb: &vortex_flatbuffers::array::root::ArrayStats, array_dtype: &vortex_array::dtype::DType, session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self>
2025020250

2025120251
impl core::clone::Clone for vortex_array::stats::StatsSet
2025220252

@@ -20286,9 +20286,9 @@ pub fn vortex_array::stats::StatsSet::into_iter(self) -> Self::IntoIter
2028620286

2028720287
impl vortex_flatbuffers::WriteFlatBuffer for vortex_array::stats::StatsSet
2028820288

20289-
pub type vortex_array::stats::StatsSet::Target<'t> = vortex_flatbuffers::array::ArrayStats<'t>
20289+
pub type vortex_array::stats::StatsSet::Target = vortex_flatbuffers::array::root::ArrayStats
2029020290

20291-
pub fn vortex_array::stats::StatsSet::write_flatbuffer<'fb>(&self, fbb: &mut flatbuffers::builder::FlatBufferBuilder<'fb>) -> vortex_error::VortexResult<flatbuffers::primitives::WIPOffset<Self::Target>>
20291+
pub fn vortex_array::stats::StatsSet::write_flatbuffer(&self, fbb: &mut planus::builder::Builder) -> vortex_error::VortexResult<planus::Offset<Self::Target>>
2029220292

2029320293
pub struct vortex_array::stats::StatsSetIntoIter(_)
2029420294

@@ -20354,9 +20354,9 @@ pub fn vortex_array::stats::StatsSetRef<'_>::len(&self) -> usize
2035420354

2035520355
impl vortex_flatbuffers::WriteFlatBuffer for vortex_array::stats::StatsSetRef<'_>
2035620356

20357-
pub type vortex_array::stats::StatsSetRef<'_>::Target<'t> = vortex_flatbuffers::array::ArrayStats<'t>
20357+
pub type vortex_array::stats::StatsSetRef<'_>::Target = vortex_flatbuffers::array::root::ArrayStats
2035820358

20359-
pub fn vortex_array::stats::StatsSetRef<'_>::write_flatbuffer<'fb>(&self, fbb: &mut flatbuffers::builder::FlatBufferBuilder<'fb>) -> vortex_error::VortexResult<flatbuffers::primitives::WIPOffset<Self::Target>>
20359+
pub fn vortex_array::stats::StatsSetRef<'_>::write_flatbuffer(&self, fbb: &mut planus::builder::Builder) -> vortex_error::VortexResult<planus::Offset<Self::Target>>
2036020360

2036120361
pub struct vortex_array::stats::TypedStatsSetRef<'a, 'b>
2036220362

0 commit comments

Comments
 (0)