Modifier and Type | Method and Description |
---|---|
SupportsRowLevelDelete.RowLevelDeleteInfo |
SupportsRowLevelDelete.applyRowLevelDelete(RowLevelModificationScanContext context)
Applies row-level delete with
RowLevelModificationScanContext , and return a SupportsRowLevelDelete.RowLevelDeleteInfo . |
SupportsRowLevelUpdate.RowLevelUpdateInfo |
SupportsRowLevelUpdate.applyRowLevelUpdate(List<Column> updatedColumns,
RowLevelModificationScanContext context)
Applies row-level update with providing the updated columns and
RowLevelModificationScanContext , and return SupportsRowLevelUpdate.RowLevelUpdateInfo . |
Modifier and Type | Method and Description |
---|---|
RowLevelModificationScanContext |
SupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType,
RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previous
RowLevelModificationScanContext returned by previous table source scan, return a new RowLevelModificationScanContext . |
Modifier and Type | Method and Description |
---|---|
RowLevelModificationScanContext |
SupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType,
RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previous
RowLevelModificationScanContext returned by previous table source scan, return a new RowLevelModificationScanContext . |
Constructor and Description |
---|
RowLevelDeleteSpec(SupportsRowLevelDelete.RowLevelDeleteMode rowLevelDeleteMode,
RowLevelModificationScanContext scanContext,
int[] requiredPhysicalColumnIndices) |
RowLevelUpdateSpec(List<Column> updatedColumns,
SupportsRowLevelUpdate.RowLevelUpdateMode rowLevelUpdateMode,
RowLevelModificationScanContext scanContext,
int[] requiredPhysicalColumnIndices) |
Modifier and Type | Method and Description |
---|---|
static RowLevelModificationScanContext |
RowLevelModificationContextUtils.getScanContext() |
Modifier and Type | Method and Description |
---|---|
static void |
RowLevelModificationContextUtils.setScanContext(RowLevelModificationScanContext scanContext) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.