GetUnfilteredTableMetadataResponse

Types

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

Properties

Link copied to clipboard

A list of column names that the user has been granted access to.

Link copied to clipboard

A list of column row filters.

Link copied to clipboard

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

Link copied to clipboard

A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

Link copied to clipboard

A Boolean value that indicates whether the partition location is registered with Lake Formation.

Link copied to clipboard

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

Link copied to clipboard

A cryptographically generated query identifier generated by Glue or Lake Formation.

Link copied to clipboard

The resource ARN of the parent resource extracted from the request.

Link copied to clipboard

The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.

Link copied to clipboard
val table: Table?

A Table object containing the table metadata.

Functions

Link copied to clipboard
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