File stream_to_xasl.h¶
FileList > cubrid > src > query > stream_to_xasl.h
Go to the source code of this file
#include "thread_compat.hpp"
Public Functions¶
| Type | Name |
|---|---|
| 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 (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_xasl_node_header (THREAD_ENTRY * thread_p, xasl_node_header * xasl_header_p, char * xasl_stream) |
Public Functions Documentation¶
function stx_map_stream_to_filter_pred¶
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
)
function stx_map_stream_to_func_pred¶
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
)
function stx_map_stream_to_xasl¶
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
)
function stx_map_stream_to_xasl_node_header¶
int stx_map_stream_to_xasl_node_header (
THREAD_ENTRY * thread_p,
xasl_node_header * xasl_header_p,
char * xasl_stream
)
The documentation for this class was generated from the following file cubrid/src/query/stream_to_xasl.h