Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-6272

[Rust] [DataFusion] Add register_parquet convenience method to ExecutionContext

    XMLWordPrintableJSON

Details

    Description

      ExecutionContext already has a register_csv convenience method. It would be good to add one for parquet too. There is existing code in unit tests that show how to register a parquet file, but it should be something like this:

      // register parquet table
      let table = ParquetTable::try_new(&filename)?;
      ctx.register_table("property", Rc::new(table));

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andygrove Andy Grove
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1.5h
                  1.5h