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

Method as_str

benchmarks/src/sql_benchmark.rs:658–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

656 }
657
658 fn as_str(self) -> &'static str {
659 match self {
660 Self::Load => "load",
661 Self::Run => "run",
662 Self::Init => "init",
663 Self::Cleanup => "cleanup",
664 }
665 }
666}
667
668enum BenchmarkDirective {

Callers 14

benchmark_queryMethod · 0.45
get_queryMethod · 0.45
benchmark_queryMethod · 0.45
generate_dataFunction · 0.45
get_tableMethod · 0.45
validate_optionsMethod · 0.45
validateMethod · 0.45
runMethod · 0.45
get_tableMethod · 0.45
runMethod · 0.45
parse_vm_lineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected