MCPcopy 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
12type 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

errorMethod · 0.65
onJoinedTable1Method · 0.65
onSQLBodySetOp1Method · 0.65
PosMethod · 0.65
PosMethod · 0.65

Implementers 2

Loccompiler/ast/loc.go
DefaultScancompiler/ast/op.go

Calls

no outgoing calls

Tested by

no test coverage detected