[−][src]Struct postgres_parser::sys::TableFunc
TableFunc node for a table function, such as XMLTABLE.
Entries in the ns_names list are either string Value nodes containing literal namespace names, or NULL pointers to represent DEFAULT.
Fields
type_: NodeTag
ns_uris: *mut List
ns_names: *mut List
list of namespace URI expressions
docexpr: *mut Node
list of namespace names or NULL
rowexpr: *mut Node
input document expression
colnames: *mut List
row filter expression
coltypes: *mut List
column names (list of String)
coltypmods: *mut List
OID list of column type OIDs
colcollations: *mut List
integer list of column typmods
colexprs: *mut List
OID list of column collation OIDs
coldefexprs: *mut List
list of column filter expressions
notnulls: *mut Bitmapset
list of column default expressions
ordinalitycol: c_int
nullability flag for each output column
location: c_int
counts from 0; 1 if none specified
Trait Implementations
impl Debug for TableFunc
[src]
impl Default for TableFunc
[src]
impl Eq for TableFunc
[src]
impl Hash for TableFunc
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<TableFunc> for TableFunc
[src]
impl StructuralEq for TableFunc
[src]
impl StructuralPartialEq for TableFunc
[src]
Auto Trait Implementations
impl RefUnwindSafe for TableFunc
impl !Send for TableFunc
impl !Sync for TableFunc
impl Unpin for TableFunc
impl UnwindSafe for TableFunc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,