Home
last modified time | relevance | path

Searched refs:CASS_COLLECTION_TYPE_SET (Results 1 – 15 of 15) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/values/
H A Dset.hpp33 : Collection(CASS_COLLECTION_TYPE_SET) {} in Set()
36 : Collection(CASS_COLLECTION_TYPE_SET, set.size()) in Set()
50 : Collection(CASS_COLLECTION_TYPE_SET, set.size()) { in Set()
63 : Collection(CASS_COLLECTION_TYPE_SET) { in Set()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/objects/
H A Dcollection.hpp192 collection_type_ = CASS_COLLECTION_TYPE_SET; in initialize()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dcollection.hpp113 case CASS_COLLECTION_TYPE_SET: in check()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_null_string_params.cpp453 CassCollection* collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in CASSANDRA_INTEGRATION_TEST_F()
531 CassCollection* collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in CASSANDRA_INTEGRATION_TEST_F()
616 CassCollection* collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in CASSANDRA_INTEGRATION_TEST_F()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/collections/
H A Dcollections.c93 collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in insert_into_collections()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/udt/
H A Dudt.c111 CassCollection* phone = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in insert_into_udt()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/basics/binding_parameters/
H A DREADME.md42 …tructed in a very similar way. The only difference is the type `CASS_COLLECTION_TYPE_SET` is used …
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/perf/
H A Dperf.c210 CassCollection* collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in insert_into_perf()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/dse/date_range/
H A Ddate_range.c238 collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in insert_into_collections()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/impl/cassandra/
H A Dcass_driver.hpp351 cass_collection_new(CASS_COLLECTION_TYPE_SET, sz), in AssignSet()
1089 case CASS_COLLECTION_TYPE_SET: in FieldGetContainerValue()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/dse/geotypes/
H A Dgeotypes.c352 CassCollection* line_string_set = cass_collection_new(CASS_COLLECTION_TYPE_SET, 2); in insert_line_string_collections()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dcollections.c722 collection = cass_collection_new(CASS_COLLECTION_TYPE_SET, in php_driver_collection_from_set()
/dports/net/kea/kea-2.0.1/src/lib/cql/
H A Dcql_exchange.cc298 cass_collection_new(CASS_COLLECTION_TYPE_SET, elements->size()); in CqlBindCollection()
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_types.c1888 …ectionType = (typeInfo->cassValueType == CASS_VALUE_TYPE_SET) ? CASS_COLLECTION_TYPE_SET : CASS_CO… in casstcl_bind_tcl_obj()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/include/
H A Dcassandra.h576 CASS_COLLECTION_TYPE_SET = CASS_VALUE_TYPE_SET enumerator