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

Method createOptions

java/tools/src/java/org/apache/orc/tools/RowCount.java:82–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 private static Options createOptions() {
83 Options result = new Options();
84
85 result.addOption(Option.builder("i")
86 .longOpt("ignoreExtension")
87 .desc("Ignore ORC file extension")
88 .build());
89
90 result.addOption(Option.builder("h")
91 .longOpt("help")
92 .desc("Print help message")
93 .build());
94 return result;
95 }
96}

Callers 1

mainMethod · 0.95

Calls 2

builderMethod · 0.80
buildMethod · 0.65

Tested by

no test coverage detected