| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TransformOperation |
TransformOperation.clone() |
TransformOperation |
TransformOperation.withCastColumnTypeOperation(CastColumnTypeOperation castColumnTypeOperation)
A transform operation that casts a column to a different type.
|
TransformOperation |
TransformOperation.withCreateColumnsOperation(CreateColumnsOperation createColumnsOperation)
An operation that creates calculated columns.
|
TransformOperation |
TransformOperation.withFilterOperation(FilterOperation filterOperation)
An operation that filters rows based on some condition.
|
TransformOperation |
TransformOperation.withProjectOperation(ProjectOperation projectOperation)
An operation that projects columns.
|
TransformOperation |
TransformOperation.withRenameColumnOperation(RenameColumnOperation renameColumnOperation)
An operation that renames a column.
|
TransformOperation |
TransformOperation.withTagColumnOperation(TagColumnOperation tagColumnOperation)
An operation that tags a column with additional information.
|
TransformOperation |
TransformOperation.withUntagColumnOperation(UntagColumnOperation untagColumnOperation) |
| Modifier and Type | Method and Description |
|---|---|
List<TransformOperation> |
LogicalTable.getDataTransforms()
Transform operations that act on this logical table.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalTable |
LogicalTable.withDataTransforms(TransformOperation... dataTransforms)
Transform operations that act on this logical table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalTable.setDataTransforms(Collection<TransformOperation> dataTransforms)
Transform operations that act on this logical table.
|
LogicalTable |
LogicalTable.withDataTransforms(Collection<TransformOperation> dataTransforms)
Transform operations that act on this logical table.
|
Copyright © 2023. All rights reserved.