public static class BooleanBitSet.Encoder extends Object implements Encoder<org.apache.spark.sql.catalyst.types.BooleanType$>
Constructor and Description |
---|
BooleanBitSet.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.catalyst.expressions.Row row,
int ordinal) |
int |
uncompressedSize() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compressionRatio
public void gatherCompressibilityStats(org.apache.spark.sql.catalyst.expressions.Row row, int ordinal)
gatherCompressibilityStats
in interface Encoder<org.apache.spark.sql.catalyst.types.BooleanType$>
public java.nio.ByteBuffer compress(java.nio.ByteBuffer from, java.nio.ByteBuffer to)
public int uncompressedSize()
uncompressedSize
in interface Encoder<org.apache.spark.sql.catalyst.types.BooleanType$>
public int compressedSize()
compressedSize
in interface Encoder<org.apache.spark.sql.catalyst.types.BooleanType$>