pub(crate) struct RowConfig {
pub(crate) fields: Arc<[SortField]>,
pub(crate) validate_utf8: bool,
}
Expand description
The config of a given set of Row
Fields§
§fields: Arc<[SortField]>
The schema for these rows
validate_utf8: bool
Whether to run UTF-8 validation when converting to arrow arrays
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowConfig
impl RefUnwindSafe for RowConfig
impl Send for RowConfig
impl Sync for RowConfig
impl Unpin for RowConfig
impl UnwindSafe for RowConfig
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