DataCellsFilter

A structure that describes certain columns on certain rows.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of column names and/or nested column attributes. When specifying nested attributes, use a qualified dot (.) delimited format such as "address"."zip". Nested attributes within this list may not exceed a depth of 5.

Link copied to clipboard

A wildcard with exclusions.

Link copied to clipboard

A database in the Glue Data Catalog.

Link copied to clipboard

The name given by the user to the data filter cell.

Link copied to clipboard

A PartiQL predicate.

Link copied to clipboard

The ID of the catalog to which the table belongs.

Link copied to clipboard

A table in the database.

Link copied to clipboard

The ID of the data cells filter version.

Functions

Link copied to clipboard
inline fun copy(block: DataCellsFilter.Builder.() -> Unit = {}): DataCellsFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String