AODataKeyGetNeighborsIS

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

Synopsis

int AODataKeyGetNeighborsIS(AOData aodata,char *name,IS keys,IS *is)
Collective on AOData and IS

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(), AODataKeyGetNeighbors()

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