I am aware that BigTable supports operations append and increment using ReadModifyWriteRow requests, but I’m wondering if there is support or an alternative way to use more generic mapping functions where the value from the cell can be accessed and modified within some sort of closure? For instance, bitwise ANDing a long value in a cell: Answer Doing a mapping