| Constructor and Description |
|---|
IntDelta.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, waitcompressionRatiopublic int compressedSize()
compressedSize in interface Encoder<org.apache.spark.sql.types.IntegerType$>public int uncompressedSize()
uncompressedSize in interface Encoder<org.apache.spark.sql.types.IntegerType$>public void gatherCompressibilityStats(org.apache.spark.sql.Row row,
int ordinal)
gatherCompressibilityStats in interface Encoder<org.apache.spark.sql.types.IntegerType$>