Get [`target_partitions`] [`target_partitions`]: datafusion_common::config::ExecutionOptions::target_partitions
(&self)
| 214 | /// |
| 215 | /// [`target_partitions`]: datafusion_common::config::ExecutionOptions::target_partitions |
| 216 | pub fn target_partitions(&self) -> usize { |
| 217 | self.options.execution.target_partitions |
| 218 | } |
| 219 | |
| 220 | /// Is the information schema enabled? |
| 221 | pub fn information_schema(&self) -> bool { |
no outgoing calls