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

Method as_str

src/adapter/src/statement_logging.rs:48–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46
47impl StatementLifecycleEvent {
48 pub fn as_str(&self) -> &str {
49 match self {
50 Self::ExecutionBegan => "execution-began",
51 Self::OptimizationFinished => "optimization-finished",
52 Self::StorageDependenciesFinished => "storage-dependencies-finished",
53 Self::ComputeDependenciesFinished => "compute-dependencies-finished",
54 Self::ExecutionFinished => "execution-finished",
55 }
56 }
57}
58
59/// Contains all the information necessary to generate the initial

Callers 15

evalMethod · 0.45
detailMethod · 0.45
histogramMethod · 0.45
determine_timestampMethod · 0.45
handle_role_can_loginMethod · 0.45

Calls

no outgoing calls

Tested by 3

parse_query_whenFunction · 0.36
test_timestamp_selectionFunction · 0.36
datadrivenFunction · 0.36