Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.codec | |
org.tikv.common.columnar | |
org.tikv.common.key | |
org.tikv.common.operation.iterator | |
org.tikv.common.row |
Modifier and Type | Method and Description |
---|---|
Iterator<Row> |
Snapshot.tableReadRow(TiDAGRequest dagRequest,
long physicalId)
Issue a table read request
|
Modifier and Type | Method and Description |
---|---|
protected static Row |
TableCodecV2.decodeRow(byte[] value,
Long handle,
TiTableInfo tableInfo) |
static Row |
TableCodec.decodeRow(byte[] value,
Long handle,
TiTableInfo tableInfo) |
protected static Row |
TableCodecV1.decodeRow(byte[] value,
Long handle,
TiTableInfo tableInfo) |
Constructor and Description |
---|
TiRowColumnVector(DataType type,
int colIdx,
Row[] rows,
int numOfRows)
Sets up the data type of this column vector.
|
Modifier and Type | Method and Description |
---|---|
static IndexKey.EncodeIndexDataResult |
IndexKey.encodeIndexDataValues(Row row,
List<TiIndexColumn> indexColumns,
long handle,
boolean appendHandleIfContainsNull,
TiTableInfo tableInfo) |
Modifier and Type | Method and Description |
---|---|
Row |
IndexScanIterator.next() |
Modifier and Type | Method and Description |
---|---|
static CoprocessorIterator<Row> |
CoprocessorIterator.getRowIterator(TiDAGRequest req,
List<RangeSplitter.RegionTask> regionTasks,
TiSession session)
Build a DAGIterator from TiDAGRequest and region tasks to get rows
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectRowImpl |
Modifier and Type | Method and Description |
---|---|
static Row |
ObjectRowImpl.create(int fieldCount) |
static Row |
ObjectRowImpl.create(Object[] values) |
Row |
RowReader.readRow(DataType[] dataTypes) |
Row |
DefaultRowReader.readRow(DataType[] dataTypes) |
Copyright © 2024 PingCAP. All rights reserved.