MCPcopy Create free account

hub / github.com/ad-sho-loko/bogoDB / types & classes

Types & classes60 in github.com/ad-sho-loko/bogoDB

↓ 84 callersTypeAliasInt64
meta/btree_test.go:10
↓ 3 callersTypeAliasIntItem
meta/btree.go:23
StructAbortQuery
query/analyze.go:52
StructAbortStmt
statements
query/ast.go:40
StructAnalyzer
Analyzer analyze the parsed sql. Roles: - Fetch an actual scheme from the table name. - Validate the rules of sql.
query/analyze.go:15
StructApiServer
db/http.go:8
StructBTree
meta/btree.go:12
StructBeginQuery
query/analyze.go:46
StructBeginStmt
statements
query/ast.go:34
StructBogoDb
db/bogodb.go:13
StructCatalog
storage/catalog.go:14
TypeAliasColType
meta/meta.go:47
StructColumn
meta/meta.go:41
StructCommitQuery
query/analyze.go:49
StructCommitStmt
statements
query/ast.go:37
StructConcurrentMap
meta/concurrent_map.go:5
StructCreateTableQuery
query/analyze.go:29
StructCreateTableStmt
statements
query/ast.go:9
StructEq
query/ast.go:57
StructExecutor
query/executor.go:11
InterfaceExpr
expressions
query/ast.go:53
StructIndexScan
scanner
query/plan.go:27
StructInsertQuery
query/analyze.go:40
StructInsertStmt
statements
query/ast.go:16
InterfaceItem
Item must be comarable for b-tree implementation.
meta/btree.go:26
StructLit
query/ast.go:62
StructLru
Lru is the thread-safe LRU cache.
meta/lru.go:9
StructPage
Page is fixed-sized(4KB) byte.
storage/page.go:8
StructParser
Parser parses input tokens.
query/parse.go:9
StructPlan
query/plan.go:13
StructPlanner
Planner is to plan inputting queries.
query/plan.go:9
InterfaceQuery
query/analyze.go:19
StructResultSet
meta/meta.go:66
InterfaceScanner
query/plan.go:17
StructScheme
Table is the definition of tables and Columns
meta/meta.go:4
StructSelectQuery
query/analyze.go:23
StructSelectStmt
statements
query/ast.go:21
StructSeqScan
scanner
query/plan.go:23
InterfaceStmt
query/ast.go:3
StructStorage
Storage is the interface of any manipulation of read/write.
storage/storage.go:6
StructTable
meta/meta.go:36
StructToken
query/token.go:7
TypeAliasTokenKind
query/token.go:5
StructTokenizer
query/token.go:92
StructTransaction
storage/tran.go:12
StructTransactionManager
storage/tran.go:7
TypeAliasTransactionState
storage/tran.go:17
StructTuple
storage/data.pb.go:103
StructTupleData
storage/data.pb.go:48
TypeAliasTupleData_Type
please upgrade the proto package
storage/data.pb.go:23
StructUpdateQuery
query/analyze.go:33
StructUpdateStmt
statements
query/ast.go:27
StructbufferPool
storage/bufpool.go:9
StructbufferTag
storage/bufpool.go:14
StructdbSession
db/bogodb.go:22
StructdiskManager
diskManager is responsible for fetching pages from the disk.
storage/disk.go:13
Structentry
meta/lru.go:16
TypeAliasitems
meta/btree.go:22
Structnode
meta/btree.go:17
StructpageDescriptor
storage/bufpool.go:35