(
&self,
_state: &dyn Session,
_store: &Arc<dyn ObjectStore>,
table_schema: SchemaRef,
_object: &ObjectMeta,
)
| 409 | } |
| 410 | |
| 411 | async fn infer_stats( |
| 412 | &self, |
| 413 | _state: &dyn Session, |
| 414 | _store: &Arc<dyn ObjectStore>, |
| 415 | table_schema: SchemaRef, |
| 416 | _object: &ObjectMeta, |
| 417 | ) -> Result<Statistics> { |
| 418 | Ok(Statistics::new_unknown(&table_schema)) |
| 419 | } |
| 420 | |
| 421 | async fn create_physical_plan( |
| 422 | &self, |
no outgoing calls
no test coverage detected