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

Method position

src/environmentd/src/http/sql.rs:98–103  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

96 }
97
98 pub fn position(&self) -> Option<usize> {
99 match self {
100 Error::Adapter(err) => err.position(),
101 _ => None,
102 }
103 }
104
105 pub fn code(&self) -> SqlState {
106 match self {

Callers 10

keys_with_input_keysMethod · 0.45
extract_temporalMethod · 0.45
extract_commonMethod · 0.45
partitionMethod · 0.45
memoize_exprFunction · 0.45
simplify_coalesceFunction · 0.45
array_positionFunction · 0.45
translateFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected