CUBRID Engine  latest
stream_to_xasl.h File Reference
#include "thread_compat.hpp"
Include dependency graph for stream_to_xasl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int stx_map_stream_to_xasl (THREAD_ENTRY *thread_p, xasl_node **xasl_tree, bool use_xasl_clone, char *xasl_stream, int xasl_stream_size, xasl_unpack_info **xasl_unpack_info_ptr)
 
int stx_map_stream_to_filter_pred (THREAD_ENTRY *thread_p, pred_expr_with_context **pred_expr_tree, char *pred_stream, int pred_stream_size)
 
int stx_map_stream_to_func_pred (THREAD_ENTRY *thread_p, func_pred **xasl, char *xasl_stream, int xasl_stream_size, xasl_unpack_info **xasl_unpack_info_ptr)
 
int stx_map_stream_to_xasl_node_header (THREAD_ENTRY *thread_p, xasl_node_header *xasl_header_p, char *xasl_stream)
 

Function Documentation

int stx_map_stream_to_xasl_node_header ( THREAD_ENTRY thread_p,
xasl_node_header xasl_header_p,
char *  xasl_stream 
)

Definition at line 161 of file stream_to_xasl.c.

References assert, ER_FAILED, NO_ERROR, NULL, OR_INT_SIZE, or_unpack_int(), OR_UNPACK_XASL_NODE_HEADER, and xasl_stream_make_align().

Referenced by qfile_load_xasl_node_header().

Here is the caller graph for this function: