Class JsonScannableTable

All Implemented Interfaces:
ScannableTable, Table, Wrapper

public class JsonScannableTable extends JsonTable implements ScannableTable
Table based on a JSON file.

It implements the ScannableTable interface, so Calcite gets data by calling the scan(DataContext) method.

  • Constructor Details

    • JsonScannableTable

      public JsonScannableTable(Source source)
      Creates a JsonScannableTable.
  • Method Details