public class CassandraUtils extends Object
| Constructor and Description |
|---|
CassandraUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
toRow(com.datastax.driver.core.Row dbObject,
DataSetHeader header)
Converts a Cassandra Row data object
Row
into MetaModel Row. |
public static Row toRow(com.datastax.driver.core.Row dbObject, DataSetHeader header)
Row
into MetaModel Row.dbObject - a Cassandra object storing data.header - a header describing the columns of the data stored.Row result
object.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.