Fill Values for Missing Data from Database Using Apache Cassandra Database C++ Interface
When you import data from a Cassandra® database into MATLAB® using the partitionRead
or
executecql
functions of the Apache®
Cassandra database C++ interface, these functions convert the fill values for missing data
from the Cassandra column to the corresponding MATLAB values. This table identifies the data types in a Cassandra database column (Cassandra Query Language, or CQL, data type) and the corresponding fill value for missing
data in the MATLAB table.
CQL Data Type | MATLAB Fill Value |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user-defined type (UDT) |
|
|
|
|
|
|
|
See Also
Objects
Functions
Related Topics
- Explore and Import Data from Cassandra Database Table
- Import Data from Cassandra Database Table Using CQL