Struct substrait_expr::helpers::schema::TypesOnlySchema
source · pub struct TypesOnlySchema {
pub root: Struct,
/* private fields */
}Expand description
A schema that knows the types (but not names) of its fields
Fields§
§root: StructThe root node of the schema
Implementations§
source§impl TypesOnlySchema
impl TypesOnlySchema
sourcepub fn new_with_registry(root: Struct, registry: ExtensionsRegistry) -> Self
pub fn new_with_registry(root: Struct, registry: ExtensionsRegistry) -> Self
Create a types-only schema with a given registry
Trait Implementations§
source§impl Debug for TypesOnlySchema
impl Debug for TypesOnlySchema
source§impl PartialEq for TypesOnlySchema
impl PartialEq for TypesOnlySchema
source§fn eq(&self, other: &TypesOnlySchema) -> bool
fn eq(&self, other: &TypesOnlySchema) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TypesOnlySchema
Auto Trait Implementations§
impl RefUnwindSafe for TypesOnlySchema
impl Send for TypesOnlySchema
impl Sync for TypesOnlySchema
impl Unpin for TypesOnlySchema
impl UnwindSafe for TypesOnlySchema
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