MCPcopy Create free account
hub / github.com/apache/datafusion / builder

Method builder

datafusion/catalog/src/information_schema.rs:586–594  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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
597impl PartitionStream for InformationSchemaTables {

Callers 1

executeMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected