Bigtable v0.5.0 Bigtable.ReadModifyWriteRow View Source
Provides functions to build Google.Bigtable.V2.ReadModifyWriteRowRequest
and submit them to Bigtable.
Link to this section Summary
Functions
Builds a Google.Bigtable.V2.ReadModifyWriteRowRequest
with a provided table name and row key`
Link to this section Functions
Link to this function
append_value(request, family_name, column_qualifier, value) View Source
Link to this function
build(table_name \\ Bigtable.Utils.configured_table_name(), row_key) View Source
Builds a Google.Bigtable.V2.ReadModifyWriteRowRequest
with a provided table name and row key`.
Link to this function
increment_amount(request, family_name, column_qualifier, amount) View Source
Link to this function
mutate(request)
View Source
mutate(request)
View Source
mutate(Google.Bigtable.V2.ReadModifyWriteRowRequest.t()) ::
{:ok, Google.Bigtable.V2.ReadModifyWriteRowResponse.t()} | {:error, binary()}
mutate(Google.Bigtable.V2.ReadModifyWriteRowRequest.t()) :: {:ok, Google.Bigtable.V2.ReadModifyWriteRowResponse.t()} | {:error, binary()}