Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_encode
Function · 0.45
test_serialization_without_schema
Function · 0.45
test_record_batch
Function · 0.45
test_encode
Function · 0.45
test_decode
Function · 0.45
encode
Method · 0.45
test_encode
Function · 0.45
test_row_and_array_reject_one_past_end_index
Function · 0.45
test_dict
Function · 0.45
test_ints
Function · 0.45
test_basic
Function · 0.45
test_binary_row_access
Function · 0.45
Calls
no outgoing calls
Tested by
14
test_encode
Function · 0.36
test_serialization_without_schema
Function · 0.36
test_record_batch
Function · 0.36
test_encode
Function · 0.36
test_decode
Function · 0.36
test_encode
Function · 0.36
test_row_and_array_reject_one_past_end_index
Function · 0.36
test_dict
Function · 0.36
test_ints
Function · 0.36
test_basic
Function · 0.36
test_binary_row_access
Function · 0.36
benchmark_row_access
Function · 0.36