Modules
Nested message and enum types in
AlterTableRequest
.Nested message and enum types in
BulkUpsertRequest
.Nested message and enum types in
ChangefeedDescription
.Nested message and enum types in
ChangefeedFormat
.Nested message and enum types in
ChangefeedMode
.Nested message and enum types in
ColumnFamily
.Nested message and enum types in
ColumnFamilyPolicy
.Nested message and enum types in
CreateTableRequest
.Nested message and enum types in
ExecuteScanQueryRequest
.Nested message and enum types in
IndexBuildState
.Nested message and enum types in
KeepAliveResult
.Nested message and enum types in
KeyRange
.Nested message and enum types in
PartitioningPolicy
.Nested message and enum types in
Query
.Nested message and enum types in
QueryStatsCollection
.Nested message and enum types in
ReadReplicasSettings
.Nested message and enum types in
TableIndex
.Nested message and enum types in
TableIndexDescription
.Nested message and enum types in
TransactionControl
.Nested message and enum types in
TransactionSettings
.Nested message and enum types in
TtlSettings
.Nested message and enum types in
ValueSinceUnixEpochModeSettings
.Structs
Alter table with given path
Begin transaction on given session with given settings
Commit transaction with given session and tx id
Copy table with given path
Creates consistent copy of given tables.
Create new session
Create new session
The row will be considered as expired at the moment of time, when the value
stored in <column_name> is less than or equal to the current time (in epoch
time format), and <expire_after_seconds> has passed since that moment;
i.e. the expiration threshold is the value of <column_name> plus <expire_after_seconds>.
Delete session with given id string
Describe table with given path
Drop table with given path
One QueryResult can contain multiple tables
Explain data query
Description of index building operation
State of index building operation
Keep session alive
Prepare given program to execute
Holds query id and type of parameters
Collect and return query execution stats
Request to read table (without SQL)
ReadTable doesn’t use Operation, returns result directly
Result of read table request
Moves given tables
Rollback transaction with given session and tx id
Represent secondary index
Represent secondary index with index state
Holds transaction id
Same as DateTypeColumnModeSettings (above), but useful when type of the
value stored in <column_name> is not a date type.