Expand description
Index Schema
Constantsยง
- CREATE_
NAMESPACE_ ๐CQL - Keyspace Create (Templated)
- SCHEMAS ๐
- All Schema Creation Statements
Functionsยง
- create_
namespace ๐ - Create the namespace we will use for this session Ok to run this if the namespace already exists.
- create_
schema ๐ - Create the Schema on the connected Cassandra DB
- generate_
cql_ ๐schema_ version - Generates a unique schema version identifier based on the content of all CQL schemas.
- namespace ๐
- Get the namespace for a particular db configuration
- remove_
comments_ ๐and_ join_ query_ lines - Removes all comments from each line in the input query text and joins the remaining
lines into a single string, reducing consecutive whitespace characters to a single
space. Comments are defined as any text following
--
on a line.