(
&self,
partition: usize,
context: Arc<TaskContext>,
)
| 153 | } |
| 154 | |
| 155 | fn execute( |
| 156 | &self, |
| 157 | partition: usize, |
| 158 | context: Arc<TaskContext>, |
| 159 | ) -> Result<SendableRecordBatchStream> { |
| 160 | self.open(partition, context) |
| 161 | } |
| 162 | |
| 163 | fn metrics(&self) -> Option<MetricsSet> { |
| 164 | unimplemented!() |