Data Cells Filter Table Data
data class DataCellsFilterTableData(val columnNames: List<String>? = null, val columnWildcard: DataCellsFilterTableDataColumnWildcard? = null, val databaseName: String, val name: String, val rowFilter: DataCellsFilterTableDataRowFilter? = null, val tableCatalogId: String, val tableName: String, val versionId: String? = null)
Constructors
Link copied to clipboard
constructor(columnNames: List<String>? = null, columnWildcard: DataCellsFilterTableDataColumnWildcard? = null, databaseName: String, name: String, rowFilter: DataCellsFilterTableDataRowFilter? = null, tableCatalogId: String, tableName: String, versionId: String? = null)
Properties
Link copied to clipboard
A list of column names and/or nested column attributes.
Link copied to clipboard
A wildcard with exclusions. See Column Wildcard below for details.
Link copied to clipboard
The name of the database.
Link copied to clipboard
A PartiQL predicate. See Row Filter below for details.
Link copied to clipboard
The ID of the Data Catalog.