ViewValidation

A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable or CreateTable API calls.

Types

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

Properties

Link copied to clipboard

The dialect of the query engine.

Link copied to clipboard

The version of the dialect of the query engine. For example, 3.0.0.

Link copied to clipboard

An error associated with the validation.

Link copied to clipboard

The state of the validation.

Link copied to clipboard

The time of the last update.

Link copied to clipboard

The SELECT query that defines the view, as provided by the customer.

Functions

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