Class MaskFactory

java.lang.Object
org.apache.orc.impl.mask.MaskFactory
Direct Known Subclasses:
RedactMaskFactory, SHA256MaskFactory

public abstract class MaskFactory extends Object
A mask factory framework that automatically builds a recursive mask. The subclass defines how to mask the primitive types and the factory builds a recursive tree of data masks that matches the schema tree.