Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Tomasz Grabiec
9d11968ad8
Rename serialization_format to cql_serialization_format
2016-02-15 16:53:56 +01:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
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