MCPcopy Create free account
hub / github.com/apache/orc / setLong

Method setLong

java/core/src/java/org/apache/orc/OrcConf.java:353–355  ·  view source on GitHub ↗
(Configuration conf, long value)

Source from the content-addressed store, hash-verified

351 }
352
353 public void setLong(Configuration conf, long value) {
354 conf.setLong(attribute, value);
355 }
356
357 public String getString(Properties tbl, Configuration conf) {
358 String value = lookupValue(tbl, conf);

Callers 1

compressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected