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

Method toString

src/org/apache/pig/data/DefaultAbstractBag.java:355–358  ·  view source on GitHub ↗

Write the bag into a string.

()

Source from the content-addressed store, hash-verified

353 /**
354 * Write the bag into a string. */
355 @Override
356 public String toString() {
357 return BagFormat.format(this);
358 }
359
360 @Override
361 public int hashCode() {

Callers 1

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected