Uses of Interface
io.trino.orc.proto.OrcProto.DataMaskOrBuilder
-
-
Uses of OrcProto.DataMaskOrBuilder in io.trino.orc.proto
Classes in io.trino.orc.proto that implement OrcProto.DataMaskOrBuilder Modifier and Type Class Description static classOrcProto.DataMaskHow was the data masked? This isn't necessary for reading the file, but is documentation about how the file was written.static classOrcProto.DataMask.BuilderHow was the data masked? This isn't necessary for reading the file, but is documentation about how the file was written.Methods in io.trino.orc.proto that return OrcProto.DataMaskOrBuilder Modifier and Type Method Description OrcProto.DataMaskOrBuilderOrcProto.Encryption.Builder. getMaskOrBuilder(int index)all of the masks used in this fileOrcProto.DataMaskOrBuilderOrcProto.Encryption. getMaskOrBuilder(int index)all of the masks used in this fileOrcProto.DataMaskOrBuilderOrcProto.EncryptionOrBuilder. getMaskOrBuilder(int index)all of the masks used in this fileMethods in io.trino.orc.proto that return types with arguments of type OrcProto.DataMaskOrBuilder Modifier and Type Method Description List<? extends OrcProto.DataMaskOrBuilder>OrcProto.Encryption.Builder. getMaskOrBuilderList()all of the masks used in this fileList<? extends OrcProto.DataMaskOrBuilder>OrcProto.Encryption. getMaskOrBuilderList()all of the masks used in this fileList<? extends OrcProto.DataMaskOrBuilder>OrcProto.EncryptionOrBuilder. getMaskOrBuilderList()all of the masks used in this file
-