MCPcopy
hub / github.com/tanelpoder/0xtools / materialize_data

Method materialize_data

xtop/core/query_engine.py:310–312  ·  view source on GitHub ↗

Materialize CSV data into DuckDB tables for performance

(self, sources: Optional[List[str]] = None)

Source from the content-addressed store, hash-verified

308 self.query_builder.fragments.clear_cache()
309
310 def materialize_data(self, sources: Optional[List[str]] = None) -> Dict[str, float]:
311 """Materialize CSV data into DuckDB tables for performance"""
312 return self.materializer.materialize_all(sources)
313
314 def drop_materialized_data(self):
315 """Drop all materialized tables"""

Callers

nothing calls this directly

Calls 1

materialize_allMethod · 0.80

Tested by

no test coverage detected