Package org.apache.parquet.cli
Interface Command
-
- All Known Implementing Classes:
BaseCommand,CatCommand,CheckParquet251Command,ColumnMaskingCommand,ColumnSizeCommand,ConvertCommand,ConvertCSVCommand,CSVSchemaCommand,Help,ParquetMetadataCommand,PruneColumnsCommand,RewriteCommand,ScanCommand,SchemaCommand,ShowBloomFilterCommand,ShowColumnIndexCommand,ShowDictionaryCommand,ShowFooterCommand,ShowPagesCommand,ToAvroCommand,TransCompressionCommand
public interface Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getExamples()Returns a list of example uses.intrun()Runs thisCommand.
-
-
-
Method Detail
-
run
int run() throws IOException
Runs thisCommand.- Returns:
- a return code for the process, 0 indicates success.
- Throws:
IOException- if there is an error while running the command
-
-