Returns an immutable reference to the Map of custom metadata key-value pairs.
Export this schema to an FFISchema object, which can be read with arrow-js-ffi.
This method does not consume the Schema, so you must remember to call Schema.free
to release the resources. The underlying arrays are reference counted, so
this method does not copy data, it only prevents the data from being released.
Sets the metadata of this Schema
to be metadata
and returns a new object
A named collection of types that defines the column names and types in a RecordBatch or Table data structure.
A Schema can also contain extra user-defined metadata either at the Table or Column level. Column-level metadata is often used to define extension types.