Enum datafusion::exec::DFConfig
[−]
[src]
pub enum DFConfig { Local { data_dir: String, }, Remote { etcd: String, }, }
Variants
Local
Fields of Local
data_dir: String |
Remote
Fields of Remote
etcd: String |
Trait Implementations
impl Debug for DFConfig
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more