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

Method conditionExpression

redimo.go:84–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (b *expressionBuilder) conditionExpression() *string {
85 if len(b.conditions) == 0 {
86 return nil
87 }
88
89 return aws.String(strings.Join(b.conditions, " AND "))
90}
91
92func (b *expressionBuilder) expressionAttributeNames() map[string]string {
93 if len(b.keys) == 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 1

StringMethod · 0.45

Tested by

no test coverage detected