Uses of Interface
org.apache.orc.impl.Dictionary.Visitor
Packages that use Dictionary.Visitor
-
Uses of Dictionary.Visitor in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type Dictionary.VisitorModifier and TypeMethodDescriptionvoidDictionary.visit(Dictionary.Visitor visitor) Traverse the whole dictionary and apply the action.voidStringHashTableDictionary.visit(Dictionary.Visitor visitor) voidStringRedBlackTree.visit(Dictionary.Visitor visitor) Visit all of the nodes in the tree in sorted order.