| Class | Description |
|---|---|
| BatchedTiChunkColumnVector |
An implementation of
TiColumnVector. |
| TiBlockColumnVector | |
| TiChunk |
TiChunk is an abstraction of Chunk data transmitted from TiKV.
|
| TiChunkColumnVector |
An implementation of
TiColumnVector. |
| TiColumnVector |
An interface is mostly copied from Spark's ColumnVector (we do not link it here because we do not
want to pollute tikv java client's dependencies).
|
| TiCoreTime |
TiCoreTime is TiDB's representation of date/datetime/timestamp, used to decode chunk data from
dag response
|
| TiRowColumnVector |
An implementation of
TiColumnVector. |
Copyright © 2025 PingCAP. All rights reserved.