Home
last modified time | relevance | path

Searched refs:BinNames (Results 1 – 5 of 5) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dbatch_read.go28 BinNames []string member
44 BinNames: binNames,
64 return fmt.Sprintf("%s: %v", br.Key, br.BinNames)
H A Dstatement.go32 BinNames []string member
58 BinNames: binNames,
H A Dcommand.go695 binNames := record.BinNames
764 binNames := record.BinNames
977 if len(statement.BinNames) > 0 {
981 for _, binName := range statement.BinNames {
1037 } else if len(statement.BinNames) > 0 && statement.Filter == nil {
1038 for _, binName := range statement.BinNames {
1051 operationCount = len(statement.BinNames)
1095 if len(statement.BinNames) > 0 {
1097 cmd.WriteByte(byte(len(statement.BinNames)))
1099 for _, binName := range statement.BinNames {
[all …]
H A Dclient.go793 if len(statement.BinNames) > 0 {
H A DCHANGELOG.md1226 * `BatchCommandGet.parseRecord()` returned wrong values when `BinNames` was empty but not nil.