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

Method getString

core/src/main/java/org/apache/calcite/rel/RelInput.java:71–71  ·  view source on GitHub ↗

Returns a string value. Throws if wrong type, returns null if not present.

(String tag)

Source from the content-addressed store, hash-verified

69 * Throws if wrong type, returns null if not present.
70 */
71 @Nullable String getString(String tag);
72
73 /**
74 * Returns a {@code float} value.

Callers 15

testDuMethod · 0.65
testDuFilterSortLimitMethod · 0.65
testPsMethod · 0.65
testPsDistinctMethod · 0.65
testGitCommitsMethod · 0.65
testJpsMethod · 0.65
checkOsQueryMethod · 0.65
valueMethod · 0.65
outputMethod · 0.65
collectMethod · 0.65
outputMethod · 0.65

Implementers 2

RelInputForClustercore/src/main/java/org/apache/calcite/
RelJsonReadercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

testDuMethod · 0.52
testDuFilterSortLimitMethod · 0.52
testPsMethod · 0.52
testPsDistinctMethod · 0.52
testGitCommitsMethod · 0.52
testJpsMethod · 0.52
checkOsQueryMethod · 0.52
collectMethod · 0.52
outputMethod · 0.52
testDateType2Method · 0.52
testMetadataColumnsMethod · 0.52