Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ with_is_copy
Method
with_is_copy
src/sql/src/plan/statement.rs:94–97 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
92
}
93
94
fn with_is_copy(mut self) -> Self {
95
self.is_copy = true;
96
self
97
}
98
}
99
100
/// Creates a description of the purified statement `stmt`.
Callers
1
describe_copy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected