AppendedColumn

Represents a column that will be included in the result of an append operation, combining data from multiple sources.

Types

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

Properties

Link copied to clipboard

The name of the column to include in the appended result.

Link copied to clipboard

A unique identifier for the column in the appended result.

Functions

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