AODataKeyGetNeighbors

Given a list of keys generates a new list containing those keys plus neighbors found in a neighbors list.

Synopsis

int AODataKeyGetNeighbors(AOData aodata,char *name,int n,int *keys,IS *is)
Collective on AOData

Input Parameters

aodata - the database
name - the name of the key
n - the number of data items needed by this processor
keys - the keys provided by this processor

Output Parameters

is -the indices retrieved

Keywords

database transactions

See Also

AODataCreateBasic(), AODataDestroy(), AODataKeyAdd(), AODataSegmentRestore(),
AODataSegmentGetIS(), AODataSegmentRestoreIS(), AODataSegmentAdd(), AODataKeyGetInfo(), AODataSegmentGetInfo(), AODataSegmentAdd(), AODataKeyGetNeighborsIS()

Location: src/ao/interface/aodata.c
IS and DA Index
Table of Contents