public interface SqlValidatorTable
SqlValidator with the metadata for a table.SqlValidatorCatalogReader| Modifier and Type | Method and Description |
|---|---|
SqlAccessType |
getAllowedAccess()
Returns the access type of the table
|
SqlMonotonicity |
getMonotonicity(String columnName)
Returns whether a given column is monotonic.
|
List<String> |
getQualifiedName() |
RelDataType |
getRowType() |
boolean |
supportsModality(SqlModality modality) |
RelDataType getRowType()
SqlMonotonicity getMonotonicity(String columnName)
SqlAccessType getAllowedAccess()
boolean supportsModality(SqlModality modality)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.