Statement Quick Reference¶
Statement |
Purpose |
|---|---|
|
Create a bucket; error if it already exists. |
|
Create a bucket only if it does not already exist. |
|
Always create the bucket, dropping any existing one. |
|
Drop and recreate if exists; create if not. |
|
Create and populate a bucket from a CSV file. |
|
Remove all records; preserve schema. |
|
Permanently remove a field from the schema and all records. |
|
Print the bucket’s field schema. |
|
List all buckets. |
|
Insert a single record (positional or named). |
|
Insert multiple records in one statement. |
|
Retrieve records, with optional projection, filtering, and ordering. |
|
Retrieve the first n records. |
|
Retrieve the last n records. |
|
Update all matching records. |
|
Delete all matching records. |
|
Export all records to a CSV file. |
|
Sliding-window real-time metrics. |
|
Trend detection, forecasting, and anomaly detection. |
|
Comprehensive descriptive statistics. |
|
Pearson correlation between two fields. |
|
The n-th percentile value. |
|
Per-row window function ( |
|
Begin an explicit transaction block. |
|
Commit the current transaction (explicit or implicit). |
|
Roll back all changes in the current explicit transaction block. |
|
Write a string to standard output. |