About this tool
ORC Viewer is a read-only browser tool for inspecting Apache ORC structure and data. It reads PostScript / Footer information first so you can review row counts, compression, stripes, metadata, and column statistics before expanding row data.
When browsing data, it decodes only the stripes overlapping the current page instead of expanding the entire file. In addition to primitive values, supported nested struct / list / map / union values can be inspected.
Good for
- Quickly inspect schema, stripe count, compression, and row count in an ORC file
- Use column statistics and metadata to investigate the file structure
- Preview records and nested values without expanding the entire ORC file and save the current page as CSV