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

Function wrap_tuple

src/python/streaming/controller.py:312–316  ·  view source on GitHub ↗
(o, serialized_item)

Source from the content-addressed store, hash-verified

310 return list_result
311
312def wrap_tuple(o, serialized_item):
313 if type(o) != tuple:
314 return WRAPPED_TUPLE_START + serialized_item + WRAPPED_TUPLE_END
315 else:
316 return serialized_item
317
318def serialize_output(output, utfEncodeAllFields=False):
319 """

Callers 1

serialize_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected