Skip to content

Comments

feat: add schema parameter to tableFromArrays and new recordBatchFromArrays factory#385

Open
rustyconover wants to merge 1 commit intoapache:mainfrom
Query-farm:feat_schema_builders
Open

feat: add schema parameter to tableFromArrays and new recordBatchFromArrays factory#385
rustyconover wants to merge 1 commit intoapache:mainfrom
Query-farm:feat_schema_builders

Conversation

@rustyconover
Copy link
Contributor

What's Changed

Allow callers to pass an explicit Schema to tableFromArrays() and a new recordBatchFromArrays() function, giving control over column types, ordering, nullability, and metadata instead of relying solely on type inference.

Also adds a fast path in vectorFromArray for TypedArray-to-typed-vector coercion with BigInt boundary validation.

…Arrays factory

Allow callers to pass an explicit Schema to tableFromArrays() and a new   recordBatchFromArrays() function, giving control over column types, ordering, nullability, and metadata instead of relying solely on type inference.

Also adds a fast path in vectorFromArray for TypedArray-to-typed-vector coercion with BigInt boundary validation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant