Uses of Class
org.apache.orc.impl.writer.WriterEncryptionVariant
Packages that use WriterEncryptionVariant
-
Uses of WriterEncryptionVariant in org.apache.orc
Methods in org.apache.orc with parameters of type WriterEncryptionVariantModifier and TypeMethodDescriptionlongPhysicalWriter.getFileBytes(int column, WriterEncryptionVariant variant) Get the number of bytes for a file in a given column. -
Uses of WriterEncryptionVariant in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type WriterEncryptionVariantModifier and TypeMethodDescriptionlongPhysicalFsWriter.getFileBytes(int column, WriterEncryptionVariant variant) Get the number of bytes for a file in a given column by finding all the streams (not suppressed) for a given column and returning the sum of their sizes.Constructors in org.apache.orc.impl with parameters of type WriterEncryptionVariantModifierConstructorDescriptionPhysicalFsWriter(FileSystem fs, Path path, OrcFile.WriterOptions opts, WriterEncryptionVariant[] encryption) PhysicalFsWriter(FSDataOutputStream outputStream, OrcFile.WriterOptions opts, WriterEncryptionVariant[] encryption) -
Uses of WriterEncryptionVariant in org.apache.orc.impl.writer
Fields in org.apache.orc.impl.writer declared as WriterEncryptionVariantModifier and TypeFieldDescriptionprotected final WriterEncryptionVariantTreeWriterBase.encryptionMethods in org.apache.orc.impl.writer that return WriterEncryptionVariantModifier and TypeMethodDescriptionWriterContext.getEncryption(int columnId) Get the encryption for the given column.WriterEncryptionKey.getEncryptionRoots()Methods in org.apache.orc.impl.writer with parameters of type WriterEncryptionVariantModifier and TypeMethodDescriptionvoidWriterEncryptionKey.addRoot(WriterEncryptionVariant root) static TreeWriterTreeWriter.Factory.create(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext streamFactory) Create a new tree writer for the given types and insert encryption if required.voidWriterContext.setEncoding(int column, WriterEncryptionVariant variant, OrcProto.ColumnEncoding encoding) Set the encoding for the current stripe.Constructors in org.apache.orc.impl.writer with parameters of type WriterEncryptionVariantModifierConstructorDescriptionBinaryTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) BooleanTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) ByteTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) DateTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) Decimal64TreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) DecimalTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) DoubleTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) FloatTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) GeospatialTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) IntegerTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) StructTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context) TimestampTreeWriter(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext context, boolean instantType)