//! `datafusion-functions-json` and other functions relevant for Qdrant.
use FunctionRegistry;
// Re-export
pub use datafusion_functions_json;
use crateResult;
/// Register JSON-related UDFs with the given function registry.
///
/// # Errors
/// - Returns an error if any of the JSON-related UDFs fail to register.