Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
messageInterfaceTests
Function · 0.65
evalField
Method · 0.65
Put
Method · 0.65
NewJoinMerge
Function · 0.65
FieldNames
Method · 0.65
ByName
Method · 0.65
AliasedColumns
Method · 0.65
ColIndexes
Method · 0.65
BuildColIndex
Method · 0.65
ColumnNames
Method · 0.65
Implementers
10
col
datasource/context_test.go
KeyInt
datasource/key.go
KeyInt64
datasource/key.go
KeyCol
datasource/key.go
SqlDriverMessageMap
datasource/context.go
Key
datasource/membtree/btree.go
Key
datasource/sqlite/conn.go
KeyUint
schema/message.go
Column
rel/sql.go
CommandColumn
rel/sql.go
Calls
no outgoing calls
Tested by
1
messageInterfaceTests
Function · 0.52