Enum datafusion::sqlast::SQLType[][src]

pub enum SQLType {
    Boolean,
    UInt8,
    UInt16,
    UInt32,
    UInt64,
    Int8,
    Int16,
    Int32,
    Int64,
    Float32,
    Double64,
    Utf8(usize),
}

SQL datatypes for literals in SQL statements

Variants

Trait Implementations

impl Debug for SQLType
[src]

Formats the value using the given formatter. Read more

impl Clone for SQLType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SQLType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for SQLType

impl Sync for SQLType