mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
6425dd001a
* Add a codec Encrypted() for encrypting columns on disk While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
22 lines
533 B
C
22 lines
533 B
C
#pragma once
|
|
|
|
// .h autogenerated by cmake!
|
|
|
|
#cmakedefine01 USE_BASE64
|
|
#cmakedefine01 USE_RE2_ST
|
|
#cmakedefine01 USE_SSL
|
|
#cmakedefine01 USE_INTERNAL_SSL_LIBRARY
|
|
#cmakedefine01 USE_HDFS
|
|
#cmakedefine01 USE_INTERNAL_HDFS3_LIBRARY
|
|
#cmakedefine01 USE_AWS_S3
|
|
#cmakedefine01 USE_BROTLI
|
|
#cmakedefine01 USE_UNWIND
|
|
#cmakedefine01 USE_OPENCL
|
|
#cmakedefine01 USE_CASSANDRA
|
|
#cmakedefine01 USE_SENTRY
|
|
#cmakedefine01 USE_GRPC
|
|
#cmakedefine01 USE_STATS
|
|
#cmakedefine01 USE_DATASKETCHES
|
|
#cmakedefine01 USE_YAML_CPP
|
|
#cmakedefine01 CLICKHOUSE_SPLIT_BINARY
|