0

From my cassandra I get this data and want to display the rows but how can I retrieve the row id?

ResultSet {
  info: {
    queriedHost: '0.0.0.0:9042',
    triedHosts: { '0.0.0.0:9042': null },
    speculativeExecutions: 0,
    achievedConsistency: 6,
    traceId: undefined,
    warnings: undefined,
    customPayload: undefined,
    isSchemaInAgreement: true
  },
  rows: [ Row { id: 1, name: 'John' } ],
  rowLength: 1,
  columns: [ { name: 'car_make', type: [Object] } ],
  pageState: null,
  nextPage: undefined,
  nextPageAsync: undefined
}
localdata01
  • 587
  • 7
  • 17

0 Answers0