Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ read
Method
read
test/org/apache/pig/test/FakeFSInputStream.java:46–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
int
read() throws IOException {
48
if
(off >= data.length) {
49
return
-1;
50
}
else
{
51
return
data[(
int
) off++];
52
}
53
}
54
}
Callers
15
run
Method · 0.45
testNonExistingInputPathInSkewJoin
Method · 0.45
testExplainInDotGraph
Method · 0.45
run
Method · 0.45
readGolden
Method · 0.45
testSplit
Method · 0.45
testIsNull
Method · 0.45
catInto
Method · 0.45
compareWithGoldenFile
Method · 0.45
createTestJar
Method · 0.45
testMapOnly
Method · 0.45
testMapOnlyBinStorage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected