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

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

Variants

Fields of Remote

Trait Implementations

impl Debug for DFConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for DFConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DFConfig

impl Sync for DFConfig