MCPcopy 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}
653func (m *Field) ValueType() value.ValueType { return value.ValueType(m.Type) }
654func (m *Field) Id() uint64 { return m.idx }
655func (m *Field) Body() interface{} { return m }
656func (m *Field) AsRow() []driver.Value {

Callers 6

mysqlWriteFieldFunction · 0.80
WriteFieldFunction · 0.80
loadFinalMethod · 0.80
projectionForSourcePlanFunction · 0.80
ColumnMethod · 0.80
TestFieldsFunction · 0.80

Calls 1

ValueTypeTypeAlias · 0.92

Tested by 1

TestFieldsFunction · 0.64