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::rel::DataType - Rust
[go: Go Back, main page]

Enum datafusion::rel::DataType [] [src]

pub enum DataType {
    UnsignedLong,
    String,
    Double,
    ComplexType(Vec<Field>),
}

The data types supported by this database. Currently just u64 and string but others will be added later, including complex types

Variants

Trait Implementations

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter.

impl Clone for DataType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more