Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ create_bar_schema
Function
create_bar_schema
python/pyfory/tests/test_cross_language.py:73–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
def
create_bar_schema():
74
from
pyfory.format
import
field, int32, utf8, schema
75
76
bar_schema = schema(
77
[
78
field(
"f1"
, int32()),
79
field(
"f2"
, utf8()),
80
]
81
)
82
return
bar_schema
83
84
85
def
create_foo_schema():
Callers
nothing calls this directly
Calls
4
schema
Function · 0.85
utf8
Function · 0.85
field
Function · 0.50
int32
Function · 0.50
Tested by
no test coverage detected