#[repr(C)]
pub struct Natural_join_column { pub view_field: *mut Field_translator, pub table_field: *mut Item_field, pub table_ref: *mut TABLE_LIST, pub is_common: bool, }

Fields§

§view_field: *mut Field_translator§table_field: *mut Item_field§table_ref: *mut TABLE_LIST§is_common: bool

Implementations§

source§

impl Natural_join_column

source

pub unsafe fn name(&mut self) -> *mut LEX_CSTRING

source

pub unsafe fn create_item(&mut self, thd: *mut THD) -> *mut Item

source

pub unsafe fn field(&mut self) -> *mut Field

source

pub unsafe fn safe_table_name(&mut self) -> *const c_char

source

pub unsafe fn safe_db_name(&mut self) -> *const c_char

source

pub unsafe fn grant(&mut self) -> *mut GRANT_INFO

source

pub unsafe fn new( field_param: *mut Field_translator, tab: *mut TABLE_LIST ) -> Self

source

pub unsafe fn new1(field_param: *mut Item_field, tab: *mut TABLE_LIST) -> Self

Trait Implementations§

source§

impl Debug for Natural_join_column

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.