MCPcopy Create free account
hub / github.com/apache/fory / to_row

Method to_row

python/pyfory/format/encoder.py:52–53  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

50 return self.row_encoder.from_row(row)
51
52 def to_row(self, obj):
53 return self.row_encoder.to_row(obj)
54
55 def from_row(self, binary: bytes):
56 buf = pyfory.Buffer(binary, 0, len(binary))

Callers 15

test_encodeFunction · 0.45
test_record_batchFunction · 0.45
test_encodeFunction · 0.45
test_decodeFunction · 0.45
encodeMethod · 0.45
test_encodeFunction · 0.45
test_dictFunction · 0.45
test_intsFunction · 0.45
test_basicFunction · 0.45
test_binary_row_accessFunction · 0.45

Calls

no outgoing calls

Tested by 14

test_encodeFunction · 0.36
test_record_batchFunction · 0.36
test_encodeFunction · 0.36
test_decodeFunction · 0.36
test_encodeFunction · 0.36
test_dictFunction · 0.36
test_intsFunction · 0.36
test_basicFunction · 0.36
test_binary_row_accessFunction · 0.36
benchmark_row_accessFunction · 0.36