dax_scan_range(3dax) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

dax_scan_range(3dax)

dax_scan_range(3DAX)         DAX Library Functions        dax_scan_range(3DAX)



NAME
       dax_scan_range - compare vector elements to a range of values

SYNOPSIS
       cc [ flag... ] file... -ldax [ library...]

       #include <dax.h>

       dax_result_t
       dax_scan_range(dax_context_t *ctx, uint64_t flags,
           dax_vec_t *src, dax_vec_t *dst, dax_compare_t op,
           dax_int_t *lower, dax_int_t *upper);

DESCRIPTION
       The  dax_scan_range() function is similar to the dax_scan_value() func‐
       tion. But instead of comparing each input element to  a  single  value,
       this  function  compares  the  input  elements  with  a range of values
       defined by a lower and a upper value.


       The op parameter can be set to any one of the following values:


       DAX_GE_AND_LE    lower <= element && element <= upper


       DAX_GE_AND_LT    lower <= element && element < upper


       DAX_GT_AND_LE    lower < element && element <= upper


       DAX_GT_AND_LT    lower < element && element < upper


       DAX_NE_AND_NE    lower != element && element != upper


       DAX_EQ_OR_EQ     lower == element || element == upper


       DAX_LT_OR_GE     element < lower || element >= upper


       DAX_LE_OR_GE     element <= lower || element >= upper


       DAX_LT_OR_GT     element < lower || element > upper


       DAX_LE_OR_GT     element <= lower || element > upper



   Supported Flags
       This function supports all the flags supported by the  dax_scan_value()
       function.

RETURN VALUES
       Same as dax_scan_value().

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityCommit‐
       ted


SEE ALSO
       dax_scan_value(3DAX)



Oracle Solaris 11.4               13 Nov 2020             dax_scan_range(3DAX)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3