AODataSegmentGetExtrema

Gets the largest and smallest values for each entry in the block

Synopsis

int AODataSegmentGetExtrema(AOData aodata,char *name,char *segment,void *vmax,void *vmin)
Collective on AOData

Input Parameters

aodata - the database
name - the name of the key
segment - the name of the segment

Output Parameters

vmax - the maximum values (user must provide enough space)
vmin - the minimum values (user must provide enough space)

Keywords

database transactions

See Also

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

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