Struct datafusion_python::expr::join::PyJoinType
source · pub struct PyJoinType { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for PyJoinType
impl Clone for PyJoinType
source§fn clone(&self) -> PyJoinType
fn clone(&self) -> PyJoinType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PyJoinType
impl Debug for PyJoinType
source§impl Display for PyJoinType
impl Display for PyJoinType
source§impl From<JoinType> for PyJoinType
impl From<JoinType> for PyJoinType
source§fn from(join_type: JoinType) -> PyJoinType
fn from(join_type: JoinType) -> PyJoinType
Converts to this type from the input type.
source§impl From<PyJoinType> for JoinType
impl From<PyJoinType> for JoinType
source§fn from(join_type: PyJoinType) -> Self
fn from(join_type: PyJoinType) -> Self
Converts to this type from the input type.
source§impl Hash for PyJoinType
impl Hash for PyJoinType
source§impl PartialEq<PyJoinType> for PyJoinType
impl PartialEq<PyJoinType> for PyJoinType
source§fn eq(&self, other: &PyJoinType) -> bool
fn eq(&self, other: &PyJoinType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PyClassImpl for PyJoinType
impl PyClassImpl for PyJoinType
source§const IS_BASETYPE: bool = false
const IS_BASETYPE: bool = false
#[pyclass(subclass)]
source§const IS_SUBCLASS: bool = false
const IS_SUBCLASS: bool = false
#[pyclass(extends=…)]
source§const IS_MAPPING: bool = false
const IS_MAPPING: bool = false
#[pyclass(mapping)]
source§const IS_SEQUENCE: bool = false
const IS_SEQUENCE: bool = false
#[pyclass(sequence)]
§type Layout = PyCell<PyJoinType>
type Layout = PyCell<PyJoinType>
Layout
§type ThreadChecker = ThreadCheckerStub<PyJoinType>
type ThreadChecker = ThreadCheckerStub<PyJoinType>
This handles following two situations: Read more
§type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
Immutable or mutable
§type BaseNativeType = PyAny
type BaseNativeType = PyAny
The closest native ancestor. This is
PyAny
by default, and when you declare
#[pyclass(extends=PyDict)]
, it’s PyDict
.fn items_iter() -> PyClassItemsIter
fn lazy_type_object() -> &'static LazyTypeObject<Self>
fn dict_offset() -> Option<isize>
fn weaklist_offset() -> Option<isize>
source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a PyJoinType
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a PyJoinType
source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut PyJoinType
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut PyJoinType
source§impl PyMethods<PyJoinType> for PyClassImplCollector<PyJoinType>
impl PyMethods<PyJoinType> for PyClassImplCollector<PyJoinType>
fn py_methods(self) -> &'static PyClassItems
source§impl PyTypeInfo for PyJoinType
impl PyTypeInfo for PyJoinType
§type AsRefTarget = PyCell<PyJoinType>
type AsRefTarget = PyCell<PyJoinType>
Utility type to make Py::as_ref work.
source§fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
Returns the PyTypeObject instance for this type.
source§fn type_object(py: Python<'_>) -> &PyType
fn type_object(py: Python<'_>) -> &PyType
Returns the safe abstraction over the type object.
source§fn is_type_of(object: &PyAny) -> bool
fn is_type_of(object: &PyAny) -> bool
Checks if
object
is an instance of this type or a subclass of this type.source§fn is_exact_type_of(object: &PyAny) -> bool
fn is_exact_type_of(object: &PyAny) -> bool
Checks if
object
is an instance of this type.impl Eq for PyJoinType
impl StructuralEq for PyJoinType
impl StructuralPartialEq for PyJoinType
Auto Trait Implementations§
impl RefUnwindSafe for PyJoinType
impl Send for PyJoinType
impl Sync for PyJoinType
impl Unpin for PyJoinType
impl UnwindSafe for PyJoinType
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<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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.