Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::types::ScalarValue - Rust
[go: Go Back, main page]

Enum datafusion::types::ScalarValue[][src]

pub enum ScalarValue {
    Null,
    Boolean(bool),
    Float32(f32),
    Float64(f64),
    Int8(i8),
    Int16(i16),
    Int32(i32),
    Int64(i64),
    UInt8(u8),
    UInt16(u16),
    UInt32(u32),
    UInt64(u64),
    Utf8(Rc<String>),
    Struct(Vec<ScalarValue>),
}

ScalarValue enumeration

Variants

Methods

impl ScalarValue
[src]

impl ScalarValue
[src]

Trait Implementations

impl Debug for ScalarValue
[src]

Formats the value using the given formatter. Read more

impl Clone for ScalarValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ScalarValue
[src]

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

This method tests for !=.

impl Add for ScalarValue
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Display for ScalarValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ScalarValue

impl !Sync for ScalarValue