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