Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Capacity
Method
Capacity
pkg/col/coldata/batch.go:357–359 ·
view source on GitHub ↗
Capacity implements the Batch interface.
()
Source
from the content-addressed store, hash-verified
355
356
// Capacity implements the Batch interface.
357
func
(m *MemBatch) Capacity() int {
358
return
m.capacity
359
}
360
361
// Width implements the Batch interface.
362
func
(m *MemBatch) Width() int {
Callers
1
Reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected