Search



Search Results
Displaying 141 to 150 of 510 total results
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
The temporal data types DATE Storage: 3 byte integer, low byte first. Part 1 is a 32-bit integer containing year*10000 + month*100 + day. Part 2 is a 32-bit integer containing hour*10000 + minute*100 + second. Next I'll describe the physical ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
Integer for INT key types, Long for BIGINT key types, or String for char and varchar types. Integer for INT key types, Long for BIGINT key types, or String for char and varchar types. Session extends AutoCloseable so it can be used in the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
This means that they cannot be accessed by MySQL clients, and that they cannot be replicated. For these reasons, it is often preferable to avoid working with them. The Dictionary class does not have any methods for working directly with columns. You ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
Signature int getNull ( int& isNull ) Parameters A reference to an integer isNull. Signature void getVersion ( int& version ) Parameters This method takes a single parameter, an integer reference to the blob version (operation type). Signature int ... This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and write access to blob column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
Return value The global checkpoint index of the most recently retrieved event (an integer). Return value The index of the latest global checkpoint, an integer. This section provides information about the NdbEventOperation class, which is used to ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
For example: coll.createIndex("idx", R"({ "fields": [{ "field": "foo", "type": "CHAR(10)" }] })" ); (WL #12151) Functionality Added or Changed Previously, Connector/C++ reported INT in result set metadata for all integer result set columns, which ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
max_size: maximum number of connections available in the pool; positive integer and defaults to 25. max_idle_time: maximum number of milliseconds a connection can be idle in the queue before being closed; integer >= 0 and defaults to 0 (infinite).
https://dev.mysql.com/doc/mysql-monitor/8.0/en/formatting-returnedvalues-reference.html
Attributes are defined using the following format: <attributes> <attribute name="AttributeName1" counter="true" type="INTEGER"/> <attribute name="AttributeName2" counter="false" type="STRING"/> </attributes> Table 31.3 Attribute Elements Name ... To ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-mathematical-functions.html
ATAN2(), ATAN() Return the arc tangent of the two arguments CEIL() Return the smallest integer value not less than the argument. CEILING() Return the smallest integer value not less than the argument. FLOOR() Return the largest integer value not ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-onnx-import-overview.html
None or string indicate a variable batch size, and an integer indicates a fixed batch size. Examples of input shapes: [None, 2] ['batch_size', 2, 3] [1, 14] All other dimensions should be integers. You cannot directly load models in ONNX format ...
Displaying 141 to 150 of 510 total results