Class ShowColumnIndexCommand

  • All Implemented Interfaces:
    org.apache.hadoop.conf.Configurable, Command

    public class ShowColumnIndexCommand
    extends BaseCommand
    parquet-cli command to print column and offset indexes.
    • Constructor Detail

      • ShowColumnIndexCommand

        public ShowColumnIndexCommand​(org.slf4j.Logger console)
    • Method Detail

      • getExamples

        public List<String> getExamples()
        Description copied from interface: Command
        Returns a list of example uses. Lines starting with '#' will not have the executable name added when formatting.
        Returns:
        a list of String examples
      • run

        public int run()
                throws IOException
        Description copied from interface: Command
        Runs this Command.
        Returns:
        a return code for the process, 0 indicates success.
        Throws:
        IOException - if there is an error while running the command