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

TypeAlias ValueType

value/value.go:50–50  ·  view source on GitHub ↗

This is the DataType system, ie string, int, etc

Source from the content-addressed store, hash-verified

48
49// This is the DataType system, ie string, int, etc
50type ValueType uint8
51
52const (
53 // Enum values for Type system, DO NOT CHANGE the numbers, do not use iota

Callers 5

ValueTypeMethod · 0.92
AsRowMethod · 0.92
StringMethod · 0.92
resultColumnFromPbFunction · 0.92
TestValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected