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

Method replacement_mapping

benchmarks/src/sql_benchmark.rs:614–616  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

612 }
613
614 pub fn replacement_mapping(&self) -> &HashMap<String, String> {
615 &self.replacement_mapping
616 }
617
618 pub fn queries(&self) -> &HashMap<QueryDirective, Vec<String>> {
619 &self.queries

Callers 1

process_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected