public static class ShuffleFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShuffleFormatEntry |
build() |
ShuffleFormatEntry.Builder |
copy(ShuffleFormatEntry model) |
ShuffleFormatEntry.Builder |
description(String description) |
ShuffleFormatEntry.Builder |
groupingColumns(List<String> groupingColumns)
One or more reference columns to be used to group column values so that they can be
shuffled within their own group.
|
public ShuffleFormatEntry.Builder description(String description)
public ShuffleFormatEntry.Builder groupingColumns(List<String> groupingColumns)
One or more reference columns to be used to group column values so that they can be shuffled within their own group. The grouping columns and the column to be masked must belong to the same table.
groupingColumns
- the value to setpublic ShuffleFormatEntry build()
public ShuffleFormatEntry.Builder copy(ShuffleFormatEntry model)
Copyright © 2016–2024. All rights reserved.