Class InputLocation
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
-
public class InputLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InputLocation(int tsBlockIndex, int valueColumnIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputLocationdeserialize(java.nio.ByteBuffer byteBuffer)booleanequals(java.lang.Object o)intgetTsBlockIndex()intgetValueColumnIndex()inthashCode()voidserialize(java.nio.ByteBuffer byteBuffer)
-
-
-
Method Detail
-
getTsBlockIndex
public int getTsBlockIndex()
-
getValueColumnIndex
public int getValueColumnIndex()
-
serialize
public void serialize(java.nio.ByteBuffer byteBuffer)
-
deserialize
public static InputLocation deserialize(java.nio.ByteBuffer byteBuffer)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-