Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _infer_field
Function
_infer_field
python/pyfory/format/tests/test_infer.py:75–76 ·
view source on GitHub ↗
(field_name, type_, types_path=None)
Source
from the content-addressed store, hash-verified
73
74
75
def
_infer_field(field_name, type_, types_path=None):
76
return
infer_field(field_name, type_, ForyTypeVisitor(), types_path=types_path)
77
78
79
def
test_infer_field():
Callers
3
test_infer_field
Function · 0.85
test_pyfory_scalar_markers_infer_row_value_types
Function · 0.85
test_row_format_rejects_xlang_array_carrier_annotations
Function · 0.85
Calls
2
ForyTypeVisitor
Class · 0.90
infer_field
Function · 0.85
Tested by
no test coverage detected