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

Method setInt

java/core/src/java/org/apache/orc/OrcConf.java:337–339  ·  view source on GitHub ↗
(Configuration conf, int value)

Source from the content-addressed store, hash-verified

335 }
336
337 public void setInt(Configuration conf, int value) {
338 conf.setInt(attribute, value);
339 }
340
341 public long getLong(Properties tbl, Configuration conf) {
342 String value = lookupValue(tbl, conf);

Callers 15

testRecoverMethod · 0.80
openFileSystemMethod · 0.80
testSetValueMethod · 0.80
testGetHiveConfValueMethod · 0.80
testZstdMethod · 0.80
testZstdCodecMethod · 0.80
openFileSystemMethod · 0.80

Calls

no outgoing calls

Tested by 15

testRecoverMethod · 0.64
openFileSystemMethod · 0.64
testSetValueMethod · 0.64
testGetHiveConfValueMethod · 0.64
testZstdMethod · 0.64
testZstdCodecMethod · 0.64
openFileSystemMethod · 0.64