txnstorage: various changes (#4309)
txnstorage: remove RelationAttrs.PrimaryColumnIDs; implement MemHandler.HandleDelTableDef,HandleGetPrimaryKeys,HandleGetTableDefs txnstorage: rename Attrs to Row, Row to PhysicalRow txnstorage: add AnyKey, AnyRow; add MemHandler.tables,iterators txnstorage: add MultiAnyKey, BatchIter; gob register Vector.Col types
Showing
- pkg/txn/storage/txn/any.go 57 additions, 0 deletionspkg/txn/storage/txn/any.go
- pkg/txn/storage/txn/batch.go 99 additions, 0 deletionspkg/txn/storage/txn/batch.go
- pkg/txn/storage/txn/catalog.go 14 additions, 15 deletionspkg/txn/storage/txn/catalog.go
- pkg/txn/storage/txn/mem_handler.go 258 additions, 118 deletionspkg/txn/storage/txn/mem_handler.go
- pkg/txn/storage/txn/storage_test.go 3 additions, 0 deletionspkg/txn/storage/txn/storage_test.go
- pkg/txn/storage/txn/table.go 39 additions, 38 deletionspkg/txn/storage/txn/table.go
- pkg/txn/storage/txn/table_iter.go 13 additions, 13 deletionspkg/txn/storage/txn/table_iter.go
- pkg/txn/storage/txn/table_test.go 11 additions, 11 deletionspkg/txn/storage/txn/table_test.go
- pkg/vm/engine/txn/operations.go 31 additions, 9 deletionspkg/vm/engine/txn/operations.go
- pkg/vm/engine/txn/operations_test.go 39 additions, 0 deletionspkg/vm/engine/txn/operations_test.go
Please register or sign in to comment