Constructor and Description |
---|
LongDelta.Encoder() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
compress(java.nio.ByteBuffer from,
java.nio.ByteBuffer to) |
int |
compressedSize() |
void |
gatherCompressibilityStats(org.apache.spark.sql.Row row,
int ordinal) |
int |
uncompressedSize() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compressionRatio
public int compressedSize()
compressedSize
in interface Encoder<org.apache.spark.sql.types.LongType$>
public int uncompressedSize()
uncompressedSize
in interface Encoder<org.apache.spark.sql.types.LongType$>
public void gatherCompressibilityStats(org.apache.spark.sql.Row row, int ordinal)
gatherCompressibilityStats
in interface Encoder<org.apache.spark.sql.types.LongType$>