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

Method upper

src/persist-client/src/batch.rs:148–150  ·  view source on GitHub ↗

The `upper` of this [Batch].

(&self)

Source from the content-addressed store, hash-verified

146
147 /// The `upper` of this [Batch].
148 pub fn upper(&self) -> &Antichain<T> {
149 self.batch.desc.upper()
150 }
151
152 /// The `lower` of this [Batch].
153 pub fn lower(&self) -> &Antichain<T> {

Callers 15

workflow_test_ss_193Function · 0.45
workflow_defaultFunction · 0.45
workflow_defaultFunction · 0.45
loadFunction · 0.45
nextMethod · 0.45
sanity_checkFunction · 0.45
fetch_upperFunction · 0.45
overlapping_appendFunction · 0.45
contiguous_appendFunction · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
mainFunction · 0.36