MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / expressionAttributeNames

Method expressionAttributeNames

redimo.go:92–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (b *expressionBuilder) expressionAttributeNames() map[string]string {
93 if len(b.keys) == 0 {
94 return nil
95 }
96
97 out := make(map[string]string)
98
99 for n := range b.keys {
100 out["#"+n] = n
101 }
102
103 return out
104}
105
106func (b *expressionBuilder) expressionAttributeValues() map[string]dynamodb.AttributeValue {
107 if len(b.values) == 0 {

Callers 15

sequenceUpdateActionMethod · 0.80
toPutActionMethod · 0.80
updateDeliveryActionMethod · 0.80
xInitActionMethod · 0.80
XCLAIMMethod · 0.80
XLENMethod · 0.80
XPENDINGMethod · 0.80
xRangeMethod · 0.80
xGroupReadPendingMethod · 0.80
XTRIMMethod · 0.80
GEOADDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected