public static interface Operation.RawUpdate
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(Operation.RawUpdate other) |
Operation |
prepare(TableMetadata metadata,
ColumnMetadata receiver)
This method validates the operation (i.e.
|
Operation prepare(TableMetadata metadata, ColumnMetadata receiver) throws InvalidRequestException
metadata
- receiver
- the column this operation applies to.InvalidRequestException
boolean isCompatibleWith(Operation.RawUpdate other)
other
update (in the same UPDATE statement for the same column).Copyright © 2009-2021 The Apache Software Foundation