ColumnLineageEntry

Contains column lineage information that traces a disallowed output column back to its source in a base table.

Types

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

Properties

Link copied to clipboard

The name of the column in the intermediate table.

Link copied to clipboard

The Amazon Web Services account ID of the owner of the source table.

Link copied to clipboard

The name of the column in the source table.

Link copied to clipboard

The unique identifier of the source table.

Link copied to clipboard

The name of the source table.

Link copied to clipboard

The type of the source table.

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