ViewDefinition

A structure containing details for representations.

Types

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

Properties

Link copied to clipboard

The definer of a view in SQL.

Link copied to clipboard

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting 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 list of representations.

Link copied to clipboard

A list of table Amazon Resource Names (ARNs).

Functions

Link copied to clipboard
inline fun copy(block: ViewDefinition.Builder.() -> Unit = {}): ViewDefinition
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