Interface RootTable

    • Method Detail

      • typeEquals

        boolean typeEquals​(RootTable table)
        This is function is used to check that two root tables are identical. This is used if we need to chect that the form of the table is the same. Such as in a union operation, when we can only union two tables with the identical columns.