Module cratedb::row[][src]

Structs

Row

A row in a result set of a CrateDB query. Provides accessors for the contained data.

Traits

ByColumnName

Get row values by their name.

ByIndex

Get row values by their index.