MCPcopy Create free account
hub / github.com/blastrain/vitess-sqlparser / Chunk

Struct Chunk

tidbparser/dependency/util/chunk/chunk.go:32–37  ·  view source on GitHub ↗

Chunk stores multiple rows of data in Apache Arrow format. See https://arrow.apache.org/docs/memory_layout.html Values are appended in compact format and can be directly accessed without decoding. When the chunk is done processing, we can reuse the allocated memory by resetting it.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected