C Stored Function Framework

Table of Contents

C Stored Function Framework
Description
Structure of a C Stored Function
Stored Function Framework
Regular Stored Functions
Built-in Stored Functions
Stored Function Life Cycle
Example: Providing a C Stored Function Wrapper for an Existing C Function
Straightforward Approach
Lazy Evaluation Approach
Complete Predictor Code
Complete Lazy Predictor Code
Index