struct ClusterHash {
cluster: i32,
isbn_hash: String,
isbn_dcode: i8,
}
Fields§
§cluster: i32
§isbn_hash: String
§isbn_dcode: i8
Trait Implementations§
Source§impl RecordWriter<ClusterHash> for &[ClusterHash]
impl RecordWriter<ClusterHash> for &[ClusterHash]
fn write_to_row_group<W: Write + Send>( &self, row_group_writer: &mut SerializedRowGroupWriter<'_, W>, ) -> Result<(), ParquetError>
Auto Trait Implementations§
impl Freeze for ClusterHash
impl RefUnwindSafe for ClusterHash
impl Send for ClusterHash
impl Sync for ClusterHash
impl Unpin for ClusterHash
impl UnwindSafe for ClusterHash
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