Class RelToSqlConverterStructsTest


  • public class RelToSqlConverterStructsTest
    extends java.lang.Object
    Tests for RelToSqlConverter on a schema that has nested structures of multiple levels.
    • Field Detail

      • SCHEMA

        private static final org.apache.calcite.schema.Schema SCHEMA
      • TABLE

        private static final org.apache.calcite.schema.Table TABLE
      • STATS

        private static final org.apache.calcite.schema.Statistic STATS
      • ROOT_SCHEMA

        private static final org.apache.calcite.schema.SchemaPlus ROOT_SCHEMA
    • Constructor Detail

      • RelToSqlConverterStructsTest

        public RelToSqlConverterStructsTest()
    • Method Detail

      • testNestedSchemaSelectStar

        public void testNestedSchemaSelectStar()
      • testNestedSchemaRootColumns

        public void testNestedSchemaRootColumns()
      • testNestedSchemaNestedColumns

        public void testNestedSchemaNestedColumns()