MCPcopy Create free account
hub / github.com/ExtendDB/extenddb / table_name

Method table_name

crates/engine/src/transact_write_helpers.rs:60–67  ·  view source on GitHub ↗

The table name for this operation.

(&self)

Source from the content-addressed store, hash-verified

58impl PreparedOp {
59 /// The table name for this operation.
60 pub(crate) fn table_name(&self) -> &str {
61 match self {
62 Self::Put { key_info, .. }
63 | Self::Delete { key_info, .. }
64 | Self::Update { key_info, .. }
65 | Self::ConditionCheck { key_info, .. } => &key_info.table_name,
66 }
67 }
68
69 /// Approximate item size for transaction size limit enforcement.
70 ///

Callers 15

query_gsi_basicFunction · 0.80
query_gsi_multiple_itemsFunction · 0.80
query_gsi_with_filterFunction · 0.80
query_gsi_empty_resultFunction · 0.80
query_non_existent_gsiFunction · 0.80
set_arithmetic_decrementFunction · 0.80
set_list_appendFunction · 0.80
set_list_prependFunction · 0.80

Calls

no outgoing calls

Tested by 3

create_table_rawFunction · 0.64
wait_for_activeFunction · 0.64
wait_for_deletedFunction · 0.64