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

Method getLoadCaster

src/org/apache/pig/LoadFunc.java:118–120  ·  view source on GitHub ↗

This will be called on both the front end and the back end during execution. @return the LoadCaster associated with this loader. Returning null indicates that casts from byte array are not supported for this loader. construction @throws IOException if there is an exception during LoadCaster

()

Source from the content-addressed store, hash-verified

116 * @throws IOException if there is an exception during LoadCaster
117 */
118 public LoadCaster getLoadCaster() throws IOException {
119 return new Utf8StorageConverter();
120 }
121
122 /**
123 * Initializes LoadFunc for reading data. This will be called during execution

Callers 1

setUpHashTableMethod · 0.95

Calls

no outgoing calls

Tested by 1

setUpHashTableMethod · 0.76