MCPcopy Index your code
hub / github.com/apache/calcite / append

Method append

core/src/main/java/org/apache/calcite/util/Source.java:61–61  ·  view source on GitHub ↗

Returns a source whose path concatenates this with a child. For example, source("/foo").append(source("bar")) returns source("/foo/bar") source("/foo").append(source("/bar")) returns source("/bar") because "/bar" was already absolute

(Source child)

Source from the content-addressed store, hash-verified

59 * </ul>
60 */
61 Source append(Source child);
62
63 /** Returns a relative source, if this source is a child of a given base.
64 *

Callers 15

build.gradle.ktsFile · 0.65
toStringMethod · 0.65
numberMethod · 0.65
testPsMethod · 0.65
getIPAddressesStringMethod · 0.65
moveNextMethod · 0.65
moveNextMethod · 0.65
applyMethod · 0.65
fieldMethod · 0.65
modelMethod · 0.65
runMethod · 0.65
addViewMethod · 0.65

Implementers 2

GuavaCharSourcecore/src/main/java/org/apache/calcite/
FileSourcecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

toStringMethod · 0.52
numberMethod · 0.52
testPsMethod · 0.52
escapeStringMethod · 0.52
collectMethod · 0.52
rangeMethod · 0.52
repeatMethod · 0.52
genByteArrayStringMethod · 0.52
testJoinMethod · 0.52
checkJoinNWayMethod · 0.52