(&self)
| 584 | } |
| 585 | |
| 586 | fn builder(&self) -> InformationSchemaTablesBuilder { |
| 587 | InformationSchemaTablesBuilder { |
| 588 | catalog_names: StringBuilder::new(), |
| 589 | schema_names: StringBuilder::new(), |
| 590 | table_names: StringBuilder::new(), |
| 591 | table_types: StringBuilder::new(), |
| 592 | schema: Arc::clone(&self.schema), |
| 593 | } |
| 594 | } |
| 595 | } |
| 596 | |
| 597 | impl PartitionStream for InformationSchemaTables { |