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

Method Type

value/value.go:158–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 Value() interface{}
157 ToString() string
158 Type() ValueType
159 }
160 // Certain types are Numeric (Ints, Time, Number)
161 NumericValue interface {

Callers 7

TestValuesFunction · 0.95
checkvalFunction · 0.65
evalFieldMethod · 0.65
evalCallMethod · 0.65
scalarFunction · 0.65
scalarFunction · 0.65
walkTernaryFunction · 0.65

Implementers 15

NumberValuevalue/value.go
IntValuevalue/value.go
BoolValuevalue/value.go
StringValuevalue/value.go
StringsValuevalue/value.go
ByteSliceValuevalue/value.go
SliceValuevalue/value.go
MapValuevalue/value.go
MapStringValuevalue/value.go
MapIntValuevalue/value.go
MapNumberValuevalue/value.go
MapTimeValuevalue/value.go

Calls

no outgoing calls

Tested by 2

TestValuesFunction · 0.76
checkvalFunction · 0.52