MCPcopy Index your code
hub / github.com/apache/fory / append

Method append

python/pyfory/format/columnar.py:111–113  ·  view source on GitHub ↗

Append a value (can be None for null).

(self, value)

Source from the content-addressed store, hash-verified

109 """Base class for array appenders."""
110
111 def append(self, value):
112 """Append a value (can be None for null)."""
113 raise NotImplementedError
114
115 def finish(self):
116 """Finish building and return the Arrow array."""

Callers 15

_stream_pipeFunction · 0.45
unwrap_refFunction · 0.45
infer_fieldFunction · 0.45
_copy_list_to_wrapperMethod · 0.45
_deserialize_functionMethod · 0.45
add_load_handlerMethod · 0.45
_extract_field_infosFunction · 0.45
_to_snake_caseFunction · 0.45
group_fieldsFunction · 0.45

Calls

no outgoing calls