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

Method bytesToCharArray

src/org/apache/pig/LoadCaster.java:98–98  ·  view source on GitHub ↗

Cast data from bytearray to chararray value. @param b bytearray to be cast. @return String value. @throws IOException if the value cannot be cast.

(byte[] b)

Source from the content-addressed store, hash-verified

96 * @throws IOException if the value cannot be cast.
97 */
98 public String bytesToCharArray(byte[] b) throws IOException;
99
100 /**
101 * Cast data from bytearray to map value.

Callers 9

testStringMethod · 0.65
testStoreComplexDataMethod · 0.65
testBytesToCharMethod · 0.65
setUpHashTableMethod · 0.65
bytesToCharArrayMethod · 0.65
getNextStringMethod · 0.65
convertWithSchemaMethod · 0.65
convertToTypeMethod · 0.65

Implementers 7

TestLoadertest/org/apache/pig/test/TestPOCast.ja
Castertest/perf/pigmix/src/java/org/apache/p
TextLoadersrc/org/apache/pig/builtin/TextLoader.
UnImplementedLoadCastersrc/org/apache/pig/builtin/BinStorage.
AccumuloBinaryConvertersrc/org/apache/pig/backend/hadoop/accu
HBaseBinaryConvertersrc/org/apache/pig/backend/hadoop/hbas
Utf8StorageConvertersrc/org/apache/pig/builtin/Utf8Storage

Calls

no outgoing calls

Tested by 6

testStringMethod · 0.52
testStoreComplexDataMethod · 0.52
testBytesToCharMethod · 0.52
setUpHashTableMethod · 0.52
bytesToCharArrayMethod · 0.52