We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In cppdriver CassIterator let's you also iterate over maps/udts/tuples/collections, not only rows in dataset.
Missing functions:
cass_iterator_type
cass_iterator_from_row
cass_iterator_from_collection
cass_iterator_from_map
cass_iterator_from_tuple
cass_iterator_fields_from_user_type
cass_iterator_get_column
cass_iterator_get_value
cass_iterator_get_map_key
cass_iterator_get_map_value
cass_iterator_get_user_type_field_name
cass_iterator_get_user_type_field_value
cass_iterator_get_user_type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In cppdriver CassIterator let's you also iterate over maps/udts/tuples/collections, not only rows in dataset.
Missing functions:
cass_iterator_type
cass_iterator_from_row
cass_iterator_from_collection
cass_iterator_from_map
cass_iterator_from_tuple
cass_iterator_fields_from_user_type
cass_iterator_get_column
cass_iterator_get_value
cass_iterator_get_map_key
cass_iterator_get_map_value
cass_iterator_get_user_type_field_name
cass_iterator_get_user_type_field_value
cass_iterator_get_user_type
The text was updated successfully, but these errors were encountered: