pub struct PointColumnChunkReader { /* private fields */ }Expand description
Streaming chunk reader for selected point fields.
This reader avoids materializing an entire cloud in memory by decoding points in fixed-size chunks and extracting only the requested fields.
Implementations§
Source§impl PointColumnChunkReader
impl PointColumnChunkReader
Auto Trait Implementations§
impl Freeze for PointColumnChunkReader
impl !RefUnwindSafe for PointColumnChunkReader
impl !Send for PointColumnChunkReader
impl !Sync for PointColumnChunkReader
impl Unpin for PointColumnChunkReader
impl UnsafeUnpin for PointColumnChunkReader
impl !UnwindSafe for PointColumnChunkReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more