MCPcopy 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
73def 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
85def create_foo_schema():

Callers

nothing calls this directly

Calls 4

schemaFunction · 0.85
utf8Function · 0.85
fieldFunction · 0.50
int32Function · 0.50

Tested by

no test coverage detected