AppendOperation

A transform operation that combines rows from two data sources by stacking them vertically (union operation).

Types

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

Properties

Link copied to clipboard

Alias for this operation.

Link copied to clipboard

The list of columns to include in the appended result, mapping columns from both sources.

Link copied to clipboard

The first data source to be included in the append operation.

Link copied to clipboard

The second data source to be appended to the first source.

Functions

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