MCPcopy Create free account
hub / github.com/brimdata/super / Type

Method Type

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

Source from the content-addressed store, hash-verified

37func (v Value) Ptr() *Value { return &v }
38
39func (v Value) Type() Type { return v.typ }
40
41func NewValue(t Type, b scode.Bytes) Value { return Value{t, unsafe.SliceData(b), uint64(len(b))} }
42func (v Value) bytes() scode.Bytes { return unsafe.Slice(v.base, v.len) }

Callers 15

UintMethod · 0.95
IntMethod · 0.95
FloatMethod · 0.95
BoolMethod · 0.95
BytesMethod · 0.95
IsContainerMethod · 0.95
StringMethod · 0.95
ArrayIndexMethod · 0.95
ElementsMethod · 0.95
ContainerLengthMethod · 0.95
IsNullMethod · 0.95
CopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected