Class SqlRow
java.lang.Object
io.trino.spi.block.SqlRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetRawFieldBlock(int fieldIndex) intlonglonggetUnderlyingFieldBlock(int fieldIndex) intgetUnderlyingFieldPosition(int fieldIndex) voidretainedBytesForEachPart(ObjLongConsumer<Object> consumer) toString()
-
Constructor Details
-
SqlRow
-
-
Method Details
-
getFieldCount
public int getFieldCount() -
getRawIndex
public int getRawIndex() -
getRawFieldBlock
-
getRawFieldBlocks
-
getSizeInBytes
public long getSizeInBytes() -
getRetainedSizeInBytes
public long getRetainedSizeInBytes() -
retainedBytesForEachPart
-
getUnderlyingFieldPosition
public int getUnderlyingFieldPosition(int fieldIndex) -
getUnderlyingFieldBlock
-
toString
-