Struct polars_plan::prelude::PythonOptions
source · [−]pub struct PythonOptions {
pub scan_fn: Vec<u8>,
pub schema: SchemaRef,
pub output_schema: Option<SchemaRef>,
pub with_columns: Option<Arc<Vec<String>>>,
}
Fields
scan_fn: Vec<u8>
schema: SchemaRef
output_schema: Option<SchemaRef>
with_columns: Option<Arc<Vec<String>>>
Trait Implementations
sourceimpl Clone for PythonOptions
impl Clone for PythonOptions
sourcefn clone(&self) -> PythonOptions
fn clone(&self) -> PythonOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PythonOptions
impl Debug for PythonOptions
sourceimpl Default for PythonOptions
impl Default for PythonOptions
sourcefn default() -> PythonOptions
fn default() -> PythonOptions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PythonOptions
impl<'de> Deserialize<'de> for PythonOptions
sourcefn 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
sourceimpl PartialEq<PythonOptions> for PythonOptions
impl PartialEq<PythonOptions> for PythonOptions
sourcefn eq(&self, other: &PythonOptions) -> bool
fn eq(&self, other: &PythonOptions) -> bool
sourceimpl Serialize for PythonOptions
impl Serialize for PythonOptions
impl Eq for PythonOptions
impl StructuralEq for PythonOptions
impl StructuralPartialEq for PythonOptions
Auto Trait Implementations
impl RefUnwindSafe for PythonOptions
impl Send for PythonOptions
impl Sync for PythonOptions
impl Unpin for PythonOptions
impl UnwindSafe for PythonOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.