Package org.apache.orc.impl
Interface Dictionary.Visitor
- Enclosing interface:
- Dictionary
public static interface Dictionary.Visitor
The interface for visitors.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Dictionary.VisitorContext context) Called once for each node of the tree in sort order.
-
Method Details
-
visit
Called once for each node of the tree in sort order.- Parameters:
context
- the information about each node- Throws:
IOException
-