Fill Values for Missing Data from Apache Cassandra Database
When you import data from a Cassandra® database into MATLAB® using the partitionRead
or
executecql
functions, 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 (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
cassandra
| executecql
| partitionRead
Related Topics
- Database Toolbox Interface for Apache Cassandra Database Installation
- Explore and Import Data from Cassandra Database Table
- Import Data from Cassandra Database Table Using CQL
- Database Toolbox Interface for Apache Cassandra Database Error Messages