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

Method main

java/tools/src/java/org/apache/orc/tools/KeyTool.java:114–119  ·  view source on GitHub ↗
(Configuration conf,
                          String[] args
                          )

Source from the content-addressed store, hash-verified

112 }
113
114 public static void main(Configuration conf,
115 String[] args
116 ) throws IOException, ParseException {
117 KeyTool tool = new KeyTool(conf, args);
118 tool.run();
119 }
120}

Callers 1

mainMethod · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected