public class IntHandle extends Object implements Handle
IntHandle(long handle)
int
compare(Handle h)
Object[]
data()
byte[]
encoded()
encodedAsKey()
encodedCol(int idx)
boolean
equals(Object other)
long
intValue()
isInt()
len()
Handle
next()
numCols()
String
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IntHandle(long handle)
public boolean isInt()
isInt
public long intValue()
intValue
public Handle next()
next
public boolean equals(Object other)
equals
Object
public int compare(Handle h)
compare
public byte[] encoded()
encoded
public byte[] encodedAsKey()
encodedAsKey
public int len()
len
public int numCols()
numCols
public byte[] encodedCol(int idx)
encodedCol
public Object[] data()
data
public String toString()
toString
Copyright © 2023 PingCAP. All rights reserved.