DataCellsFilterTableData

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnNames: List<String>? = null

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

The name of the data cells filter.

Link copied to clipboard

A PartiQL predicate. See Row Filter below for details.

Link copied to clipboard

The ID of the Data Catalog.

Link copied to clipboard

The name of the table.

Link copied to clipboard
val versionId: String? = null

ID of the data cells filter version.