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

Method Int

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

Source from the content-addressed store, hash-verified

161 NumericValue interface {
162 Float() float64
163 Int() int64
164 }
165 // Slices can always return a []Value representation and is meant to be used
166 // when iterating over all items in a non-scalar value. Maps return their keys

Callers 8

toIntEvalFunction · 0.65
allEvalFunction · 0.65
timeTruncEvalTwoFunction · 0.65
ValueToBoolFunction · 0.65
ValueToInt64Function · 0.65
TestValuesFunction · 0.65
TestIntValueFunction · 0.65
TestStringsFunction · 0.65

Implementers 3

NumberValuevalue/value.go
IntValuevalue/value.go
TimeValuevalue/value.go

Calls

no outgoing calls

Tested by 3

TestValuesFunction · 0.52
TestIntValueFunction · 0.52
TestStringsFunction · 0.52