MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / path

Method path

src/sql-parser/src/ast/defs/statement.rs:4828–4837  ·  view source on GitHub ↗

Return the tracing path under which the plan can be found in an optimizer trace.

(&self)

Source from the content-addressed store, hash-verified

4826 /// Return the tracing path under which the plan can be found in an
4827 /// optimizer trace.
4828 pub fn path(&self) -> &'static str {
4829 match self {
4830 Self::Raw => "optimize/raw",
4831 Self::Decorrelated => "optimize/hir_to_mir",
4832 Self::Local => "optimize/local",
4833 Self::Global => "optimize/global",
4834 Self::Physical => "optimize/finalize_dataflow",
4835 Self::FastPath => "optimize/fast_path",
4836 }
4837 }
4838}
4839
4840/// What is being explained.

Callers 15

ensureFunction · 0.45
mainFunction · 0.45
runFunction · 0.45
create_file_pg_clientFunction · 0.45
bench_all_blobFunction · 0.45
drop_serviceMethod · 0.45
get_field_name_typeFunction · 0.45
current_pathMethod · 0.45
used_indexes_forMethod · 0.45
shared_scratchFunction · 0.45
ensure_scratchFunction · 0.45

Calls

no outgoing calls

Tested by 15

ensure_scratchFunction · 0.36
datadrivenFunction · 0.36
mainFunction · 0.36
rewriteFunction · 0.36
test_file_syncFunction · 0.36
mainFunction · 0.36
test_balancerFunction · 0.36
serve_with_triggerMethod · 0.36
make_caMethod · 0.36
ca_cert_pathMethod · 0.36
request_certMethod · 0.36
test_utilization_holdFunction · 0.36