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

Method getString

java/core/src/java/org/apache/orc/OrcConf.java:357–360  ·  view source on GitHub ↗
(Properties tbl, Configuration conf)

Source from the content-addressed store, hash-verified

355 }
356
357 public String getString(Properties tbl, Configuration conf) {
358 String value = lookupValue(tbl, conf);
359 return value == null ? (String) defaultValue : value;
360 }
361
362 public String getString(Configuration conf) {
363 return getString(null, conf);

Callers 11

getStringAsListMethod · 0.95
testDefaultValueMethod · 0.45
testSetValueMethod · 0.45
WriterOptionsMethod · 0.45
getKeyProviderMethod · 0.45
buildOptionsMethod · 0.45
configureMethod · 0.45
buildOptionsMethod · 0.45
configureMethod · 0.45

Calls 1

lookupValueMethod · 0.95

Tested by 4

testDefaultValueMethod · 0.36
testSetValueMethod · 0.36