Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgraph-io/dgraph-benchmarks
/ types & classes
Types & classes
167 in github.com/dgraph-io/dgraph-benchmarks
⨍
Functions
1,693
◇
Types & classes
167
↓ 4 callers
TypeAlias
Posting_ValType
bitmap/pb.pb.go:123
↓ 2 callers
TypeAlias
ByR
scripts/verify/main.go:43
↓ 1 callers
Class
BEIRConfig
BEIR dataset configuration.
vector/beir/config.py:26
↓ 1 callers
TypeAlias
BackupKey_KeyType
bitmap/pb.pb.go:290
↓ 1 callers
Class
Config
Main configuration class.
vector/beir/config.py:101
↓ 1 callers
Class
DgraphConfig
Dgraph connection configuration.
vector/beir/config.py:13
↓ 1 callers
Class
DgraphVectorClient
Client for interacting with Dgraph for vector search.
vector/beir/dgraph_client.py:12
↓ 1 callers
TypeAlias
DirectedEdge_Op
please upgrade the proto package
bitmap/pb.pb.go:34
↓ 1 callers
TypeAlias
DropOperation_DropOp
bitmap/pb.pb.go:262
↓ 1 callers
Class
EmbeddingGenerator
Generate embeddings using sentence-transformers.
vector/beir/embeddings.py:11
↓ 1 callers
Class
EvaluationConfig
Evaluation configuration.
vector/beir/config.py:89
↓ 1 callers
Class
HNSWConfig
HNSW index configuration.
vector/beir/config.py:36
↓ 1 callers
TypeAlias
Metadata_HintType
HintType represents a hint that will be passed along the mutation and used to add the predicate to the schema if it's not already there.
bitmap/pb.pb.go:92
↓ 1 callers
TypeAlias
Mutations_DropOp
bitmap/pb.pb.go:59
↓ 1 callers
TypeAlias
NumLeaseType
bitmap/pb.pb.go:234
↓ 1 callers
TypeAlias
Posting_PostingType
bitmap/pb.pb.go:175
↓ 1 callers
TypeAlias
SchemaUpdate_Directive
bitmap/pb.pb.go:203
↓ 1 callers
Class
SearchConfig
Vector search configuration (for PR#9514 new similar_to syntax).
vector/beir/config.py:81
Struct
AssignedIds
bitmap/pb.pb.go:4168
Struct
BackupKey
A key stored in the format used for writing backups.
bitmap/pb.pb.go:4723
Struct
BackupPostingList
A posting list stored in the format used for writing backups.
bitmap/pb.pb.go:4808
Struct
BackupRequest
bitmap/pb.pb.go:4335
Struct
BackupResponse
bitmap/pb.pb.go:4455
Struct
BenchBaseMutex
cachebench/ristretto/cache.go:168
Struct
BenchBigCache
cachebench/ristretto/cache.go:219
Struct
BenchFastCache
cachebench/ristretto/cache.go:280
Struct
BenchFreeCache
cachebench/ristretto/cache.go:332
Struct
BenchGoburrow
cachebench/ristretto/cache.go:381
Struct
BenchOptimal
cachebench/ristretto/cache.go:41
Struct
BenchRistretto
cachebench/ristretto/cache.go:119
Struct
Benchmark
Benchmark is used to generate benchmarks.
cachebench/ristretto/bench.go:65
Struct
BigCache
======================================================================== BigCache ====================================================================
cachebench/cache_bench_test.go:100
Struct
BulkMeta
BulkMeta stores metadata from the map phase of the bulk loader.
bitmap/pb.pb.go:4997
Interface
Cache
cachebench/cache_bench_test.go:38
Interface
Cache
cachebench/ristretto/cache.go:33
Struct
ConnectionState
bitmap/pb.pb.go:1565
Struct
Decoder
Decoder is used to read a UidPack object back into a list of UIDs.
bitmap/codec.go:162
Struct
DirectedEdge
bitmap/pb.pb.go:1849
Struct
DropOperation
bitmap/pb.pb.go:4499
Struct
Encoder
Encoder is used to convert a list of UIDs into a UidPack object.
bitmap/codec.go:58
Struct
ExportRequest
bitmap/pb.pb.go:4552
Struct
ExportResponse
bitmap/pb.pb.go:4661
Struct
FacetParam
bitmap/pb.pb.go:2909
Struct
FacetParams
bitmap/pb.pb.go:2961
Struct
Facets
bitmap/pb.pb.go:3013
Struct
FacetsList
bitmap/pb.pb.go:3057
Struct
FastCache
======================================================================== FastCache ===================================================================
cachebench/cache_bench_test.go:140
Struct
FilterTree
Op and Children are internal nodes and Func on leaves.
bitmap/pb.pb.go:3162
Struct
FreeCache
======================================================================== FreeCache ===================================================================
cachebench/cache_bench_test.go:177
Struct
Function
bitmap/pb.pb.go:3101
Struct
Group
bitmap/pb.pb.go:1178
Struct
GroupCache
cachebench/cache_bench_test.go:210
Struct
HealthInfo
bitmap/pb.pb.go:1625
Struct
KVS
bitmap/pb.pb.go:2523
Struct
LangList
bitmap/pb.pb.go:675
Struct
License
bitmap/pb.pb.go:1254
Struct
List
bitmap/pb.pb.go:333
Struct
Log
Log is the primary unit of the CSV output files.
cachebench/ristretto/bench.go:261
Struct
LogCollection
cachebench/ristretto/bench.go:350
Struct
MapHeader
bitmap/pb.pb.go:3640
Struct
Member
Member stores information about RAFT group member for a single RAFT node. Note that each server can be serving multiple RAFT groups. Each group would
bitmap/pb.pb.go:1070
Struct
MembershipState
MembershipState is used to pack together the current membership state of all the nodes in the caller server; and the membership updates recorded by th
bitmap/pb.pb.go:1449
Struct
Metadata
bitmap/pb.pb.go:2065
Struct
MovePredicatePayload
bitmap/pb.pb.go:3684
Struct
Mutations
bitmap/pb.pb.go:1965
Struct
Num
bitmap/pb.pb.go:4100
Struct
OracleDelta
bitmap/pb.pb.go:3812
Struct
Order
bitmap/pb.pb.go:811
Struct
PeerResponse
bitmap/pb.pb.go:3916
Struct
Posting
Posting messages.
bitmap/pb.pb.go:2595
Struct
PostingList
bitmap/pb.pb.go:2841
Struct
Proposal
bitmap/pb.pb.go:2415
Struct
Query
regression/replay/main.go:28
Struct
Query
bitmap/pb.pb.go:489
Struct
R
scripts/verify/main.go:29
Struct
RaftBatch
bitmap/pb.pb.go:3960
Interface
RaftClient
RaftClient is the client API for Raft service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/goog
bitmap/pb.pb.go:5465
Struct
RaftContext
bitmap/pb.pb.go:991
Interface
RaftServer
RaftServer is the server API for Raft service.
bitmap/pb.pb.go:5565
Interface
Raft_HeartbeatClient
bitmap/pb.pb.go:5495
Interface
Raft_HeartbeatServer
bitmap/pb.pb.go:5601
Interface
Raft_RaftMessageClient
bitmap/pb.pb.go:5521
Interface
Raft_RaftMessageServer
bitmap/pb.pb.go:5618
Struct
Res
regression/replay/main.go:40
Struct
RestoreRequest
bitmap/pb.pb.go:2248
Struct
Result
Result is a wrapper for testing.BenchmarkResult that adds fields needed for our CSV data.
cachebench/ristretto/bench.go:308
Struct
Result
bitmap/pb.pb.go:719
Struct
RistrettoCache
======================================================================== Ristretto ===================================================================
cachebench/cache_bench_test.go:261
Struct
SchemaNode
bitmap/pb.pb.go:3292
Struct
SchemaRequest
Schema messages.
bitmap/pb.pb.go:3223
Struct
SchemaResult
bitmap/pb.pb.go:3408
Struct
SchemaUpdate
bitmap/pb.pb.go:3453
Struct
Snapshot
bitmap/pb.pb.go:2110
Struct
SnapshotMeta
bitmap/pb.pb.go:4229
Struct
SortMessage
bitmap/pb.pb.go:871
Struct
SortResult
bitmap/pb.pb.go:947
Struct
SrcFunction
bitmap/pb.pb.go:429
Struct
Status
Status describes a general status response. code: 0 = success, 0 != failure.
bitmap/pb.pb.go:4283
Struct
SubscriptionRequest
bitmap/pb.pb.go:4012
Struct
SubscriptionResponse
bitmap/pb.pb.go:4056
next →
1–100 of 167, ranked by callers