Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ ValueType
Method
ValueType
schema/schema.go:653–653 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
651
}
652
}
653
func
(m *Field) ValueType() value.ValueType {
return
value.ValueType(m.Type) }
654
func
(m *Field) Id() uint64 {
return
m.idx }
655
func
(m *Field) Body()
interface
{} {
return
m }
656
func
(m *Field) AsRow() []driver.Value {
Callers
6
mysqlWriteField
Function · 0.80
WriteField
Function · 0.80
loadFinal
Method · 0.80
projectionForSourcePlan
Function · 0.80
Column
Method · 0.80
TestFields
Function · 0.80
Calls
1
ValueType
TypeAlias · 0.92
Tested by
1
TestFields
Function · 0.64