public abstract class CHType extends Object
| 构造器和说明 |
|---|
CHType() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
bufferSize(int size) |
TiBlockColumnVector |
decode(CodecDataInput cdi,
int size) |
protected ByteBuffer |
decodeNullMap(CodecDataInput cdi,
int size) |
boolean |
isNullable() |
void |
setNullable(boolean nullable) |
abstract DataType |
toDataType() |
public boolean isNullable()
public void setNullable(boolean nullable)
protected ByteBuffer decodeNullMap(CodecDataInput cdi, int size)
public abstract DataType toDataType()
protected int bufferSize(int size)
public TiBlockColumnVector decode(CodecDataInput cdi, int size)
Copyright © 2023 PingCAP. All rights reserved.