Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
                                 In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
                                 Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
                                 The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
                                 The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-modify.html
                                 The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-list.html
                                 The app_task_list routine returns a paginated list of asynchronous tasks associated with an application user. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task_list( IN ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
                                 This section describes how to generate vector embeddings using the ML_EMBED_ROW MySQL HeatWave GenAI routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data.html
                                 After setting up an external table with the files to load into the table, you run HEATWAVE_LOAD command to automatically create the table and load the data. This topic contains the following sections: Before You Begin Load External Data Using ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
                                 This topic describes how to import an external ONNX model. Ways to Import External ONNX Model You have the following ways to import an external ONNX model. Import model as a string: For smaller models, you can copy the encoded string and paste it ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
                                 Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax ...