Uses of Class
org.apache.parquet.io.api.Binary
-
-
Uses of Binary in org.apache.parquet.column
Methods in org.apache.parquet.column that return Binary Modifier and Type Method Description BinaryDictionary. decodeToBinary(int id)BinaryColumnReader. getBinary()Methods in org.apache.parquet.column with parameters of type Binary Modifier and Type Method Description voidColumnWriter. write(Binary value, int repetitionLevel, int definitionLevel)writes the current value -
Uses of Binary in org.apache.parquet.column.statistics
Methods in org.apache.parquet.column.statistics that return Binary Modifier and Type Method Description BinaryBinaryStatistics. genericGetMax()BinaryBinaryStatistics. genericGetMin()BinaryBinaryStatistics. getMax()Deprecated.useBinaryStatistics.genericGetMax(), will be removed in 2.0.0BinaryBinaryStatistics. getMin()Deprecated.useBinaryStatistics.genericGetMin(), will be removed in 2.0.0Methods in org.apache.parquet.column.statistics with parameters of type Binary Modifier and Type Method Description voidBinaryStatistics. initializeStats(Binary min_value, Binary max_value)Deprecated.useBinaryStatistics.updateStats(Binary), will be removed in 2.0.0voidBinaryStatistics. setMinMax(Binary min, Binary max)Deprecated.useBinaryStatistics.updateStats(Binary), will be removed in 2.0.0voidBinaryStatistics. updateStats(Binary value)voidBinaryStatistics. updateStats(Binary min_value, Binary max_value)Deprecated.useBinaryStatistics.updateStats(Binary), will be removed in 2.0.0voidStatistics. updateStats(Binary value)updates statistics min and max using the passed value -
Uses of Binary in org.apache.parquet.column.values
Methods in org.apache.parquet.column.values that return Binary Modifier and Type Method Description BinaryValuesReader. readBytes()Methods in org.apache.parquet.column.values with parameters of type Binary Modifier and Type Method Description voidValuesWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.column.values.bitpacking
Methods in org.apache.parquet.column.values.bitpacking with parameters of type Binary Modifier and Type Method Description voidDevNullValuesWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.column.values.bloomfilter
Methods in org.apache.parquet.column.values.bloomfilter with parameters of type Binary Modifier and Type Method Description longBlockSplitBloomFilter. hash(Binary value)longBloomFilter. hash(Binary value)Compute hash for Binary value by using its plain encoding result. -
Uses of Binary in org.apache.parquet.column.values.deltalengthbytearray
Methods in org.apache.parquet.column.values.deltalengthbytearray that return Binary Modifier and Type Method Description BinaryDeltaLengthByteArrayValuesReader. readBytes()Methods in org.apache.parquet.column.values.deltalengthbytearray with parameters of type Binary Modifier and Type Method Description voidDeltaLengthByteArrayValuesWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.column.values.deltastrings
Methods in org.apache.parquet.column.values.deltastrings that return Binary Modifier and Type Method Description BinaryDeltaByteArrayReader. readBytes()Methods in org.apache.parquet.column.values.deltastrings with parameters of type Binary Modifier and Type Method Description voidDeltaByteArrayWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.column.values.dictionary
Fields in org.apache.parquet.column.values.dictionary with type parameters of type Binary Modifier and Type Field Description protected it.unimi.dsi.fastutil.objects.Object2IntMap<Binary>DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter. binaryDictionaryContentMethods in org.apache.parquet.column.values.dictionary that return Binary Modifier and Type Method Description BinaryPlainValuesDictionary.PlainBinaryDictionary. decodeToBinary(int id)BinaryDictionaryValuesReader. readBytes()Methods in org.apache.parquet.column.values.dictionary with parameters of type Binary Modifier and Type Method Description voidDictionaryValuesWriter.PlainBinaryDictionaryValuesWriter. writeBytes(Binary v)voidDictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter. writeBytes(Binary value) -
Uses of Binary in org.apache.parquet.column.values.fallback
Methods in org.apache.parquet.column.values.fallback with parameters of type Binary Modifier and Type Method Description voidFallbackValuesWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.column.values.plain
Methods in org.apache.parquet.column.values.plain that return Binary Modifier and Type Method Description BinaryBinaryPlainValuesReader. readBytes()BinaryFixedLenByteArrayPlainValuesReader. readBytes()Methods in org.apache.parquet.column.values.plain with parameters of type Binary Modifier and Type Method Description voidFixedLenByteArrayPlainValuesWriter. writeBytes(Binary v)voidPlainValuesWriter. writeBytes(Binary v) -
Uses of Binary in org.apache.parquet.example.data
Methods in org.apache.parquet.example.data that return Binary Modifier and Type Method Description abstract BinaryGroupValueSource. getBinary(int fieldIndex, int index)BinaryGroupValueSource. getBinary(String field, int index)abstract BinaryGroupValueSource. getInt96(int fieldIndex, int index)BinaryGroupValueSource. getInt96(String field, int index)Methods in org.apache.parquet.example.data with parameters of type Binary Modifier and Type Method Description abstract voidGroup. add(int fieldIndex, Binary value)voidGroup. add(String field, Binary value)GroupGroup. append(String fieldName, Binary value) -
Uses of Binary in org.apache.parquet.example.data.simple
Methods in org.apache.parquet.example.data.simple that return Binary Modifier and Type Method Description BinaryBinaryValue. getBinary()BinaryPrimitive. getBinary()BinarySimpleGroup. getBinary(int fieldIndex, int index)BinaryInt96Value. getInt96()BinaryPrimitive. getInt96()BinarySimpleGroup. getInt96(int fieldIndex, int index)BinaryNanoTime. toBinary()Methods in org.apache.parquet.example.data.simple with parameters of type Binary Modifier and Type Method Description voidSimpleGroup. add(int fieldIndex, Binary value)static NanoTimeNanoTime. fromBinary(Binary bytes)Constructors in org.apache.parquet.example.data.simple with parameters of type Binary Constructor Description BinaryValue(Binary binary)Int96Value(Binary value) -
Uses of Binary in org.apache.parquet.filter
Method parameters in org.apache.parquet.filter with type arguments of type Binary Modifier and Type Method Description static ColumnPredicates.PredicateColumnPredicates. applyFunctionToBinary(ColumnPredicates.PredicateFunction<Binary> fn) -
Uses of Binary in org.apache.parquet.filter2.recordlevel
Methods in org.apache.parquet.filter2.recordlevel with parameters of type Binary Modifier and Type Method Description voidFilteringPrimitiveConverter. addBinary(Binary value)voidIncrementallyUpdatedFilterPredicate.ValueInspector. update(Binary value) -
Uses of Binary in org.apache.parquet.internal.column.columnindex
Methods in org.apache.parquet.internal.column.columnindex that return Binary Modifier and Type Method Description abstract BinaryBinaryTruncator. truncateMax(Binary maxValue, int length)abstract BinaryBinaryTruncator. truncateMin(Binary minValue, int length)Methods in org.apache.parquet.internal.column.columnindex with parameters of type Binary Modifier and Type Method Description abstract BinaryBinaryTruncator. truncateMax(Binary maxValue, int length)abstract BinaryBinaryTruncator. truncateMin(Binary minValue, int length) -
Uses of Binary in org.apache.parquet.io
Methods in org.apache.parquet.io with parameters of type Binary Modifier and Type Method Description voidRecordConsumerLoggingWrapper. addBinary(Binary value)add a binary value in the current fieldvoidValidatingRecordConsumer. addBinary(Binary value)add a binary value in the current fieldprotected voidBaseRecordReader. addPrimitiveBINARY(String field, int index, Binary value)Deprecated. -
Uses of Binary in org.apache.parquet.io.api
Fields in org.apache.parquet.io.api declared as Binary Modifier and Type Field Description static BinaryBinary. EMPTYMethods in org.apache.parquet.io.api that return Binary Modifier and Type Method Description BinaryBinary. copy()static BinaryBinary. fromByteArray(byte[] value)Deprecated.static BinaryBinary. fromByteArray(byte[] value, int offset, int length)Deprecated.static BinaryBinary. fromByteBuffer(ByteBuffer value)Deprecated.static BinaryBinary. fromCharSequence(CharSequence value)static BinaryBinary. fromConstantByteArray(byte[] value)static BinaryBinary. fromConstantByteArray(byte[] value, int offset, int length)static BinaryBinary. fromConstantByteBuffer(ByteBuffer value)static BinaryBinary. fromConstantByteBuffer(ByteBuffer value, int offset, int length)static BinaryBinary. fromReusedByteArray(byte[] value)static BinaryBinary. fromReusedByteArray(byte[] value, int offset, int length)static BinaryBinary. fromReusedByteBuffer(ByteBuffer value)static BinaryBinary. fromReusedByteBuffer(ByteBuffer value, int offset, int length)static BinaryBinary. fromString(String value)abstract BinaryBinary. slice(int start, int length)Methods in org.apache.parquet.io.api with parameters of type Binary Modifier and Type Method Description voidPrimitiveConverter. addBinary(Binary value)abstract voidRecordConsumer. addBinary(Binary value)add a binary value in the current fieldabstract intBinary. compareTo(Binary other)Deprecated.will be removed in 2.0.0.static intBinary. lexicographicCompare(Binary one, Binary other) -
Uses of Binary in org.apache.parquet.schema
Fields in org.apache.parquet.schema with type parameters of type Binary Modifier and Type Field Description static PrimitiveComparator<Binary>PrimitiveComparator. UNSIGNED_LEXICOGRAPHICAL_BINARY_COMPARATORMethods in org.apache.parquet.schema with parameters of type Binary Modifier and Type Method Description StringPrimitiveStringifier. stringify(Binary value)
-