Class TpchSchema

java.lang.Object
org.apache.calcite.schema.impl.AbstractSchema
org.apache.calcite.adapter.tpch.TpchSchema
All Implemented Interfaces:
Schema

public class TpchSchema extends AbstractSchema
Schema that provides TPC-H tables, populated according to a particular scale factor.
  • Constructor Details

    • TpchSchema

      public TpchSchema(double scaleFactor, int part, int partCount, boolean columnPrefix)
  • Method Details