Pekka Enberg
d50139351f
cql3: Use pragma once everywhere
...
There's no benefit to using C include guards so switch to pragma once
everywhere for consistency.
Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com >
2015-05-12 16:32:56 +03:00
Avi Kivity
adcd5e09c7
cql3: convert aggregate functions to serialization_format
2015-04-05 15:48:01 +03:00
Avi Kivity
35608909b0
cql: use optional<bytes> for function arguments and return types
...
Allow null values.
2014-12-31 16:03:43 +02:00
Avi Kivity
66138dc189
cql3: convert NativeAggregateFunction to C++
...
Requires virtual inheritence from functions::function due to an
inheritence diamond.
2014-12-30 09:00:22 +02:00
Avi Kivity
9a2c40c931
cql3: convert AggregateFunction to C++
2014-12-30 09:00:22 +02:00