Struct libpgquery_sys::RangeTblEntry[][src]

pub struct RangeTblEntry {
Show 36 fields pub rtekind: i32, pub relid: u32, pub relkind: String, pub rellockmode: i32, pub tablesample: Option<Box<TableSampleClause>>, pub subquery: Option<Box<Query>>, pub security_barrier: bool, pub jointype: i32, pub joinmergedcols: i32, pub joinaliasvars: Vec<Node>, pub joinleftcols: Vec<Node>, pub joinrightcols: Vec<Node>, pub functions: Vec<Node>, pub funcordinality: bool, pub tablefunc: Option<Box<TableFunc>>, pub values_lists: Vec<Node>, pub ctename: String, pub ctelevelsup: u32, pub self_reference: bool, pub coltypes: Vec<Node>, pub coltypmods: Vec<Node>, pub colcollations: Vec<Node>, pub enrname: String, pub enrtuples: f64, pub alias: Option<Alias>, pub eref: Option<Alias>, pub lateral: bool, pub inh: bool, pub in_from_cl: bool, pub required_perms: u32, pub check_as_user: u32, pub selected_cols: Vec<u64>, pub inserted_cols: Vec<u64>, pub updated_cols: Vec<u64>, pub extra_updated_cols: Vec<u64>, pub security_quals: Vec<Node>,
}

Fields

rtekind: i32relid: u32relkind: Stringrellockmode: i32tablesample: Option<Box<TableSampleClause>>subquery: Option<Box<Query>>security_barrier: booljointype: i32joinmergedcols: i32joinaliasvars: Vec<Node>joinleftcols: Vec<Node>joinrightcols: Vec<Node>functions: Vec<Node>funcordinality: booltablefunc: Option<Box<TableFunc>>values_lists: Vec<Node>ctename: Stringctelevelsup: u32self_reference: boolcoltypes: Vec<Node>coltypmods: Vec<Node>colcollations: Vec<Node>enrname: Stringenrtuples: f64alias: Option<Alias>eref: Option<Alias>lateral: boolinh: boolin_from_cl: boolrequired_perms: u32check_as_user: u32selected_cols: Vec<u64>inserted_cols: Vec<u64>updated_cols: Vec<u64>extra_updated_cols: Vec<u64>security_quals: Vec<Node>

Implementations

Returns the enum value of rtekind, or the default if the field is set to an invalid enum value.

Sets rtekind to the provided enum value.

Returns the enum value of jointype, or the default if the field is set to an invalid enum value.

Sets jointype to the provided enum value.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.