MCPcopy Create free account
hub / github.com/apache/impala / deserialize

Function deserialize

tests/comparison/data_generator_mapred_common.py:40–41  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

38
39
40def deserialize(value):
41 return pickle.loads(base64.b64decode(value))
42
43
44class TextTableDataGenerator(object):

Callers 15

decode_profile_lineFunction · 0.85
DsHllEstimateMethod · 0.85
DsHllUnionFMethod · 0.85
DsHllStringifyMethod · 0.85
DsCpcEstimateMethod · 0.85
DsCpcStringifyMethod · 0.85
DsThetaEstimateMethod · 0.85
DsThetaExcludeMethod · 0.85
DsKllQuantileMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68