Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_keys
Method · 0.45
extract_temporal
Method · 0.45
extract_common
Method · 0.45
partition
Method · 0.45
memoize_expr
Function · 0.45
canonicalize_equivalences
Function · 0.45
simplify_coalesce
Function · 0.45
array_position
Function · 0.45
translate
Function · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected