pub struct RowGroupTable {
pub entries: Vec<RowGroupTableEntry>,
}Expand description
RowGroup テーブル(ランダムアクセス用オフセットテーブル)。
Fields§
§entries: Vec<RowGroupTableEntry>RowGroup テーブルのエントリ一覧。
Trait Implementations§
Source§impl Clone for RowGroupTable
impl Clone for RowGroupTable
Source§fn clone(&self) -> RowGroupTable
fn clone(&self) -> RowGroupTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowGroupTable
impl Debug for RowGroupTable
Source§impl<'de> Deserialize<'de> for RowGroupTable
impl<'de> Deserialize<'de> for RowGroupTable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RowGroupTable
impl PartialEq for RowGroupTable
Source§impl Serialize for RowGroupTable
impl Serialize for RowGroupTable
impl StructuralPartialEq for RowGroupTable
Auto Trait Implementations§
impl Freeze for RowGroupTable
impl RefUnwindSafe for RowGroupTable
impl Send for RowGroupTable
impl Sync for RowGroupTable
impl Unpin for RowGroupTable
impl UnsafeUnpin for RowGroupTable
impl UnwindSafe for RowGroupTable
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