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 |