MCPcopy Create free account
hub / github.com/apache/arrow / ArrowSchemaMarkReleased

Function ArrowSchemaMarkReleased

cpp/src/arrow/c/helpers.h:45–47  ·  view source on GitHub ↗

Mark the C schema released (for use in release callbacks)

Source from the content-addressed store, hash-verified

43
44/// Mark the C schema released (for use in release callbacks)
45inline void ArrowSchemaMarkReleased(struct ArrowSchema* schema) {
46 schema->release = NULL;
47}
48
49/// Move the C schema from `src` to `dest`
50///

Callers 3

ArrowSchemaMoveFunction · 0.85
NoOpSchemaReleaseFunction · 0.85
ReleaseExportedSchemaFunction · 0.85

Calls

no outgoing calls

Tested by 1

NoOpSchemaReleaseFunction · 0.68