MCPcopy Create free account
hub / github.com/brimdata/super / End

Method End

compiler/ast/loc.go:14–14  ·  view source on GitHub ↗

Position of first character belonging to the node.

()

Source from the content-addressed store, hash-verified

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
17type Loc struct {

Callers 15

buildMethod · 0.65
errorMethod · 0.65
onSQLBodySetOp1Method · 0.65
EndMethod · 0.65
EndMethod · 0.65
TestSubSpanFunction · 0.65
IntersectMethod · 0.65
UnionMethod · 0.65
SubtractMethod · 0.65
OverlapsOrAdjacentMethod · 0.65
OverlapsMethod · 0.65
CoversMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestSubSpanFunction · 0.52