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

Method Key

schema/message.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 // Key interface is the Unique Key identifying a row.
27 Key interface {
28 Key() driver.Value
29 }
30 // TimeMessage describes a message with a timestamp.
31 TimeMessage interface {

Callers 10

messageInterfaceTestsFunction · 0.65
evalFieldMethod · 0.65
PutMethod · 0.65
NewJoinMergeFunction · 0.65
FieldNamesMethod · 0.65
ByNameMethod · 0.65
AliasedColumnsMethod · 0.65
ColIndexesMethod · 0.65
BuildColIndexMethod · 0.65
ColumnNamesMethod · 0.65

Implementers 10

coldatasource/context_test.go
KeyIntdatasource/key.go
KeyInt64datasource/key.go
KeyColdatasource/key.go
SqlDriverMessageMapdatasource/context.go
Keydatasource/membtree/btree.go
Keydatasource/sqlite/conn.go
KeyUintschema/message.go
Columnrel/sql.go
CommandColumnrel/sql.go

Calls

no outgoing calls

Tested by 1

messageInterfaceTestsFunction · 0.52