struct InformationSchemaDfSettingsBuilder {
schema: SchemaRef,
names: StringBuilder,
values: StringBuilder,
descriptions: StringBuilder,
}Fields§
§schema: SchemaRef§names: StringBuilder§values: StringBuilder§descriptions: StringBuilderImplementations§
Source§impl InformationSchemaDfSettingsBuilder
impl InformationSchemaDfSettingsBuilder
fn add_setting(&mut self, entry: ConfigEntry)
fn finish(&mut self) -> RecordBatch
Auto Trait Implementations§
impl Freeze for InformationSchemaDfSettingsBuilder
impl RefUnwindSafe for InformationSchemaDfSettingsBuilder
impl Send for InformationSchemaDfSettingsBuilder
impl Sync for InformationSchemaDfSettingsBuilder
impl Unpin for InformationSchemaDfSettingsBuilder
impl UnwindSafe for InformationSchemaDfSettingsBuilder
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more