ex_aliyun_ots v0.1.9 ExAliyunOts.Mixin View Source

Link to this section Summary

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_batch_get(instance, get_requests, options) View Source
Link to this function execute_batch_write(instance, write_requests, options) View Source
Link to this function execute_create_table(instance, table, pk_keys, options) View Source
Link to this function execute_delete_row(instance, table, pk_keys, options) View Source
Link to this function execute_delete_search_index(instance, table, index_name, options) View Source
Link to this function execute_delete_table(instance, table, options) View Source
Link to this function execute_describe_search_index(instance, table, index_name, options) View Source
Link to this function execute_describe_table(instance, table, options) View Source
Link to this function execute_get(table, pk_keys, options) View Source
Link to this function execute_get_range(instance, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options) View Source
Link to this function execute_get_row(instance, table, pk_keys, options) View Source
Link to this function execute_iterate_all_range(instance, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options) View Source
Link to this function execute_list_search_index(instance, table, options) View Source
Link to this function execute_list_table(instance, options) View Source
Link to this function execute_pagination(offset, limit) View Source
Link to this function execute_put_row(instance, table, pk_keys, attrs, options) View Source
Link to this function execute_search(instance, table, index_name, options) View Source
Link to this function execute_update_row(instance, table, pk_keys, options) View Source
Link to this function execute_update_table(instance, 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