ex_aliyun_ots v0.5.8 ExAliyunOts.Mixin View Source

Link to this section Summary

Functions

Link to this section Functions

Link to this macro

condition(existence)

View Source (macro)
Link to this macro

condition(existence, filter_expr)

View Source (macro)
Link to this function

execute_abort_transaction(instance_key, transaction_id)

View Source
Link to this function

execute_batch_get(instance_key, get_requests)

View Source
Link to this function

execute_batch_write(instance_key, write_requests, options)

View Source
Link to this function

execute_commit_transaction(instance_key, transaction_id)

View Source
Link to this function

execute_create_table(instance_key, table, pk_keys, options)

View Source
Link to this function

execute_delete_row(instance_key, table, pk_keys, options)

View Source
Link to this function

execute_delete_search_index(instance_key, table, index_name)

View Source
Link to this function

execute_delete_table(instance_key, table)

View Source
Link to this function

execute_describe_search_index(instance_key, table, index_name)

View Source
Link to this function

execute_describe_table(instance_key, table)

View Source
Link to this function

execute_get(table, pk_keys, options)

View Source
Link to this function

execute_get_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options)

View Source
Link to this function

execute_get_row(instance_key, table, pk_keys, options)

View Source
Link to this function

execute_iterate_all_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options)

View Source
Link to this function

execute_list_search_index(instance_key, table)

View Source
Link to this function

execute_list_table(instance_key)

View Source
Link to this function

execute_pagination(offset, limit)

View Source
Link to this function

execute_put_row(instance_key, table, pk_keys, attrs, options)

View Source
Link to this function

execute_search(instance_key, table, index_name, options)

View Source
Link to this function

execute_start_local_transaction(instance_key, table, partition_key)

View Source
Link to this function

execute_update_row(instance_key, table, pk_keys, options)

View Source
Link to this function

execute_update_table(instance_key, table, options)

View Source
Link to this function

execute_write_delete(pk_keys, options)

View Source
Link to this function

execute_write_put(pk_keys, attrs, options)

View Source
Link to this function

execute_write_update(pk_keys, options)

View Source
Link to this function

expressions_to_filter(arg, binding)

View Source
Link to this macro

filter(filter_expr)

View Source (macro)
Link to this function

map_condition(existence)

View Source