MCPcopy Index your code
hub / github.com/apache/orc / printHelp

Method printHelp

java/tools/src/java/org/apache/orc/tools/PrintData.java:252–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 private static void printHelp(){
253 Options opts = getOptions();
254
255 PrintWriter pw = new PrintWriter(System.err);
256 new HelpFormatter().printHelp(pw, HelpFormatter.DEFAULT_WIDTH,
257 "java -jar orc-tools-*.jar data <orc file>*",
258 null,
259 opts,
260 HelpFormatter.DEFAULT_LEFT_PAD,
261 HelpFormatter.DEFAULT_DESC_PAD, null);
262 pw.flush();
263 }
264
265 static CommandLine parseCommandLine(String[] args) throws ParseException {
266 Options options = getOptions();

Callers 14

mainMethod · 0.95
mainMethod · 0.80
mainMethod · 0.80
parseOptionsMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
parseOptionsMethod · 0.80
parseArgumentsMethod · 0.80
parseCommandLineMethod · 0.80
parseCommandLineMethod · 0.80

Calls 2

getOptionsMethod · 0.95
flushMethod · 0.65

Tested by

no test coverage detected