MCPcopy Create free account
hub / github.com/apache/pig / testTupleSizeWithString

Method testTupleSizeWithString

test/org/apache/pig/test/TestTuple.java:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 @Test
95 // See PIG-1443
96 public void testTupleSizeWithString() {
97 Tuple t = Util.createTuple(new String[] {"1234567", "bar"});
98 long size = t.getMemorySize();
99 assertEquals("tuple size", 192, size);
100 }
101
102 @Test
103 public void testTupleSizeWithByteArrays() {

Callers

nothing calls this directly

Calls 3

createTupleMethod · 0.95
getMemorySizeMethod · 0.95
assertEqualsMethod · 0.45

Tested by

no test coverage detected