Daylight v4.9
Release Date: 1 February 2008

Name

dt_mer_alloc_hitlist - create a hitlist object

Generic Prototype

dt_mer_alloc_hitlist(dt_Handle) => dt_Handle

C Prototype

#include "dt_merlin.h"

dt_Handle dt_mer_alloc_hitlist(dt_Handle database)

FORTRAN Prototype

include 'dt_f_merlin.inc'

integer*4 dt_f_mer_alloc_hitlist(database)

integer*4 database

Description

Creates a hitlist object for the database. The hitlist object initially contains all rows in the pool in "native" order.

Return Value

Returns a hitlist object. Returns the NULL_OB for any object other than a database.

Related Topics

dt_mer_clear(3) dt_mer_combinehitlists(3) dt_mer_hit2id(3) dt_mer_id2hit(3) dt_mer_invert(3) dt_mer_length(3) dt_mer_mvbottom(3) dt_mer_mvtop(3) dt_mer_native(3) dt_mer_reset(3) dt_mer_reverse(3) dt_mer_sethits(3) dt_mer_zapabove(3) dt_mer_zapbelow(3) dt_mer_zapna(3) dt_mer_zapnonunique(3)