MCPcopy Create free account
hub / github.com/araddon/qlbridge / Row

Method Row

expr/node.go:144–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 ContextReader interface {
143 Get(key string) (value.Value, bool)
144 Row() map[string]value.Value
145 Ts() time.Time
146 }
147

Callers 9

matchEvalFunction · 0.65
TestSqlDriverMessageFunction · 0.65
TestNestedFunction · 0.65
RowsForSessionFunction · 0.65
RowMethod · 0.65
RowMethod · 0.65
projectionEvaluatorMethod · 0.65
ExecuteSelectMethod · 0.65
TestSqlSelectStarVmFunction · 0.65

Implementers 5

ContextWrapperdatasource/context_wrapper.go
SqlDriverMessageMapdatasource/context.go
ContextSimpledatasource/context.go
NestedContextReaderdatasource/context.go
NamespacedContextReaderdatasource/context.go

Calls

no outgoing calls

Tested by 3

TestSqlDriverMessageFunction · 0.52
TestNestedFunction · 0.52
TestSqlSelectStarVmFunction · 0.52