OutputAttribute

A list of OutputAttribute objects, each of which have the fields Name and Hashed. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.

Types

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

Properties

Link copied to clipboard

Enables the ability to hash the column values in the output.

Link copied to clipboard

A name of a column to be written to the output. This must be an InputField name in the schema mapping.

Functions

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