Searched defs:sortKeyValue (Results 1 – 3 of 3) sorted by relevance
52 Optional<AttributeValue> sortKeyValue = key.sortKeyValue(); in expression() local89 AttributeValue sortKeyValue) { in partitionAndSortExpression()
143 …Optional<AttributeValue> sortKeyValue = sortKeyName.map(key -> tableSchema.attributeValue(item, ke… in createKeyFromItem() local161 Optional<AttributeValue> sortKeyValue = sortKeyName.map(itemMap::get); in createKeyFromMap() local
93 public Optional<AttributeValue> sortKeyValue() { in sortKeyValue() method in Key