pub struct CommitsTable { /* private fields */ }Expand description
The commits history table.
Implementations§
Source§impl CommitsTable
impl CommitsTable
pub fn new() -> Self
pub fn is_empty(&self) -> bool
Sourcepub fn to_record_batch(&self) -> Result<RecordBatch>
pub fn to_record_batch(&self) -> Result<RecordBatch>
Convert to Arrow RecordBatch.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitsTable
impl RefUnwindSafe for CommitsTable
impl Send for CommitsTable
impl Sync for CommitsTable
impl Unpin for CommitsTable
impl UnsafeUnpin for CommitsTable
impl UnwindSafe for CommitsTable
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