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

Function negative_offset_error

src/sql/src/plan/query.rs:1641–1643  ·  view source on GitHub ↗
(offset: i64)

Source from the content-addressed store, hash-verified

1639}
1640
1641pub(crate) fn negative_offset_error(offset: i64) -> PlanError {
1642 PlanError::InvalidOffset(format!("must not be negative, got {}", offset))
1643}
1644
1645generate_extracted_config!(
1646 MutRecBlockOption,

Callers 2

offset_into_valueFunction · 0.85
plan_select_innerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected