Package org.apache.calcite.adapter.csv


package org.apache.calcite.adapter.csv
Calcite query provider that reads from CSV (comma-separated value) files.

A Calcite schema maps onto a directory, and each CSV file in that directory appears as a table. Full SQL operations are available on those tables.