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

Enum datafusion::exec::DFConfig [] [src]

pub enum DFConfig {
    Local {
        data_dir: String,
    },
    Remote {
        etcd: String,
    },
}

Variants

Fields of Local

Fields of Remote

Trait Implementations

impl Debug for DFConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DFConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DFConfig

impl Sync for DFConfig