Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Class and Description |
---|---|
class |
Chunk
Chunk contains multiple rows data and rows meta.
|
static class |
Chunk.Builder
Chunk contains multiple rows data and rows meta.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ChunkOrBuilder |
SelectResponseOrBuilder.getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<? extends ChunkOrBuilder> |
SelectResponseOrBuilder.getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Copyright © 2024 PingCAP. All rights reserved.