| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Chunk
Chunk contains multiple rows data and rows meta.
|
static class |
Chunk.Builder
Chunk contains multiple rows data and rows meta.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChunkOrBuilder |
SelectResponseOrBuilder.getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
ChunkOrBuilder |
SelectResponse.getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
ChunkOrBuilder |
SelectResponse.Builder.getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<? extends ChunkOrBuilder> |
SelectResponseOrBuilder.getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<? extends ChunkOrBuilder> |
SelectResponse.getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<? extends ChunkOrBuilder> |
SelectResponse.Builder.getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Copyright © 2023 PingCAP. All rights reserved.