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

Method set

src/org/apache/pig/builtin/mock/Storage.java:273–275  ·  view source on GitHub ↗

to set the data in a location with a known schema @param location "where" to store the tuples @param schema the schema of the data @param data the tuples to store @throws ParserException if schema is invalid

(String location, String schema, Collection<Tuple> data)

Source from the content-addressed store, hash-verified

271 * @throws ParserException if schema is invalid
272 */
273 public void set(String location, String schema, Collection<Tuple> data) throws ParserException {
274 set(location, Utils.getSchemaFromString(schema), data);
275 }
276
277 /**
278 * to set the data in a location with a known schema

Callers 15

testReadBytesWritableMethod · 0.95
storeCRMethod · 0.95
testMultipleLoadStoreMethod · 0.95
testLoadStoreFuncMethod · 0.95
testJoinTypeMethod · 0.95
testMultiStoreMethod · 0.95
runTestMethod · 0.95

Calls 3

getSchemaFromStringMethod · 0.95
setInternalMethod · 0.95
putMethod · 0.45

Tested by 15

testReadBytesWritableMethod · 0.76
storeCRMethod · 0.76
testMultipleLoadStoreMethod · 0.76
testLoadStoreFuncMethod · 0.76
testJoinTypeMethod · 0.76
testMultiStoreMethod · 0.76
runTestMethod · 0.76