[ https://issues.apache.org/jira/browse/ARROW-4603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661626#comment-17661626 ]
Rok Mihevc commented on ARROW-4603: ----------------------------------- This issue has been migrated to [issue #21143|https://github.com/apache/arrow/issues/21143] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [Rust] [DataFusion] Execution context should allow in-memory data sources to > be registered > ------------------------------------------------------------------------------------------ > > Key: ARROW-4603 > URL: https://issues.apache.org/jira/browse/ARROW-4603 > Project: Apache Arrow > Issue Type: Improvement > Components: Rust, Rust - DataFusion > Affects Versions: 0.12.0 > Reporter: Andy Grove > Assignee: Andy Grove > Priority: Major > Fix For: 0.13.0 > > > Currently it is only possible to run SQL queries against CSV files. I would > like to be able to run SQL queries against data that is already loaded into > memory in a single RecordBatch or an iterator over RecordBatch. > There are two reasons I want this feature: > # Ability to call DataFusion via IPC or JNI from Java to run queries > # Ability to create benchmarks for the query engine that do not involve disk > I/O > -- This message was sent by Atlassian Jira (v8.20.10#820010)