YAZ  5.34.0
Functions
yaz-ccl.c File Reference

Implements CCL node tree to RPN converson. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <yaz/yaz-ccl.h>
#include <yaz/pquery.h>

Go to the source code of this file.

Functions

Z_RPNQueryccl_rpn_query (ODR o, struct ccl_rpn_node *p)
 
Z_AttributesPlusTermccl_scan_query (ODR o, struct ccl_rpn_node *p)
 

Detailed Description

Implements CCL node tree to RPN converson.

Definition in file yaz-ccl.c.

Function Documentation

◆ ccl_rpn_query()

Z_RPNQuery* ccl_rpn_query ( ODR  o,
struct ccl_rpn_node p 
)

◆ ccl_scan_query()

Z_AttributesPlusTerm* ccl_scan_query ( ODR  o,
struct ccl_rpn_node p 
)