Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Evaluator
Interface
Evaluator
runtime/sam/expr/eval.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
Evaluator
interface
{
18
Eval(super.Value) super.Value
19
}
20
21
type
Function
interface
{
22
Call([]super.Value) super.Value
Callers
1
NewDottedExpr
Function · 0.70
Implementers
15
samExpr
runtime/vam/expr/samexpr.go
recordExpr
runtime/vam/expr/recordexpr.go
Index
runtime/vam/expr/index.go
Compare
runtime/vam/expr/compare.go
isNull
runtime/vam/expr/compare.go
conditional
runtime/vam/expr/conditional.go
MapExpr
runtime/vam/expr/mapexpr.go
testEval
runtime/vam/expr/compare_test.go
putter
runtime/vam/expr/putter.go
casterPrimitive
runtime/vam/expr/cast.go
casterNamedType
runtime/vam/expr/cast.go
mapCall
runtime/vam/expr/mapcall.go
Calls
no outgoing calls
Tested by
no test coverage detected