SourceTable

A source table that provides initial data from either a physical table or parent dataset.

Types

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

Properties

Link copied to clipboard

A parent dataset that serves as the data source instead of a physical table.

Link copied to clipboard

The identifier of the physical table that serves as the data source.

Functions

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