Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
def
deserialize(value):
41
return
pickle.loads(base64.b64decode(value))
42
43
44
class
TextTableDataGenerator(object):
Callers
15
data_generator_mapper.py
File · 0.90
data_generator_reducer.py
File · 0.90
decode_profile_line
Function · 0.85
DsHllEstimate
Method · 0.85
DsHllEstimateBoundsAsString
Method · 0.85
DsHllUnionF
Method · 0.85
DsHllStringify
Method · 0.85
DsCpcEstimate
Method · 0.85
DsCpcStringify
Method · 0.85
DsThetaEstimate
Method · 0.85
DsThetaExclude
Method · 0.85
DsKllQuantile
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68