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

Function NewTimeValue

value/value.go:921–923  ·  view source on GitHub ↗
(v time.Time)

Source from the content-addressed store, hash-verified

919func (m JsonValue) ToString() string { return string(m.v) }
920
921func NewTimeValue(v time.Time) TimeValue {
922 return TimeValue{v: v}
923}
924
925func (m TimeValue) Nil() bool { return m.v.IsZero() }
926func (m TimeValue) Err() bool { return false }

Callers 15

nowEvalFunction · 0.92
toDateEvalFunction · 0.92
ValidateMethod · 0.92
builtins_test.goFile · 0.92
plan_proto_test.goFile · 0.92
sqlvm_test.goFile · 0.92
vm_test.goFile · 0.92
value.goFile · 0.85
NewValueFunction · 0.85
MapValueMethod · 0.85
GetMethod · 0.85
CastFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestCastFunction · 0.68
TestEqualFunction · 0.68
TestValueToStringFunction · 0.68
TestValueToStringsFunction · 0.68