Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Pos
Method
Pos
compiler/ast/loc.go:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
type
Node
interface
{
13
Pos() int
// Position of first character belonging to the node.
14
End() int
// Position of first character immediately after the node.
15
}
16
Callers
5
error
Method · 0.65
onJoinedTable1
Method · 0.65
onSQLBodySetOp1
Method · 0.65
Pos
Method · 0.65
Pos
Method · 0.65
Implementers
2
Loc
compiler/ast/loc.go
DefaultScan
compiler/ast/op.go
Calls
no outgoing calls
Tested by
no test coverage detected