Interface SqlValidatorTable

    • Method Detail

      • getQualifiedName

        java.util.List<java.lang.String> getQualifiedName()
      • getMonotonicity

        SqlMonotonicity getMonotonicity​(java.lang.String columnName)
        Returns whether a given column is monotonic.
      • getAllowedAccess

        SqlAccessType getAllowedAccess()
        Returns the access type of the table
      • supportsModality

        boolean supportsModality​(SqlModality modality)
      • columnHasDefaultValue

        @Deprecated
        boolean columnHasDefaultValue​(RelDataType rowType,
                                      int ordinal,
                                      InitializerContext initializerContext)
        Deprecated.
        Returns whether the ordinal column has a default value.