cql
How to use cql queries to get different datatypes out of cassandra with java client hector
I\'m new to cassandra and hector so i\'m trying to execute cql queries but the problem is that not all columns are of type string so how dow I execute the query \"select * from users\"?[详细]
2023-04-12 14:01 分类:问答phpcassa usual query methods or cql queries?
Can you recommend what methods of queries to choose?Cql or usual classes? Phpcassa has both methods.cql is more comfortable than usual.but what wi开发者_JAVA技巧ll be efficiently?So far, the evidence[详细]
2023-04-08 21:03 分类:问答CA1008: Enums should have zero value convert to CQL(Code Query Language)
I\'m trying to CQL transforms all Code Analysis for Managed Code Warnings f开发者_StackOverflow社区rom msdn for use in NDepend. The CA1008 which says that enumerations should have a value equal to zer[详细]
2023-04-03 16:32 分类:问答Cassandra CQL unable to insert (no viable alternative at input)
After setup cassandra (0.8.4) and tested with insert and select via CLI, i move on to JDBC (1.0.3) with CQL.[详细]
2023-03-29 00:09 分类:问答Hector integration with CQL
Will Hector be integrated with CQL in Cassandra 0.8.1? Is anyone actively developing this or know of it? Also, does anyone know of any other Java clients (like Pelops, Hector, Kundera, etc)that are be[详细]
2023-03-19 04:09 分类:问答Cassandra is not updating data with CQL, with mutator it does
With the following code I try to update a row Keyspace fKeyspace = HFactory.createKeyspace(KEYSPACE, fCluster);[详细]
2023-03-14 06:32 分类:问答Is it possible with nDepend and CQL today to ask for classes directly using classes of a derived type?
Been reading through a lot of Q\'s and posts and see that subqueries/nested queries/query composition will not be supported until the next version. However I\'m not sure if that is what I need, in my[详细]
2023-02-28 01:07 分类:问答CQL constraint of list of classes to find bases with non-virtual destructors?
Is it possible to use cppdepend (yes C++) to do the equivalent of Make destructors virtual in base classes as Scott Meyers discussed in his very old comparison of C++ analysis tools?[详细]
2023-02-13 14:24 分类:问答How can I find which property getters have side effects using NDepend?
A familiar problem using VisualStudio is the mysterious calling of property getters. If these have side effects (the most common being of the form if (foo == null) foo = new foo(); return foo; ), then[详细]
2023-01-08 05:58 分类:问答NDepend query methods/types in framework assembly being used by other assemblies/types
I am trying to determine which types or methods in a base framework assembly are being used by other assemblies in the application system. I cannot seem to find a straight-cut query to do that.[详细]
2022-12-25 17:04 分类:问答