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

Method id

src/compute-client/src/protocol/command.rs:429–434  ·  view source on GitHub ↗

Returns the ID of the peeked collection.

(&self)

Source from the content-addressed store, hash-verified

427impl PeekTarget {
428 /// Returns the ID of the peeked collection.
429 pub fn id(&self) -> GlobalId {
430 match self {
431 Self::Index { id } => *id,
432 Self::Persist { id, .. } => *id,
433 }
434 }
435}
436
437/// Peek a collection, either in an arrangement or Persist.

Callers 7

create_dataflowMethod · 0.45
peekMethod · 0.45
remove_replicaMethod · 0.45
create_dataflowMethod · 0.45
peekMethod · 0.45
start_uploadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected