|
|
uint64_t | usage_count |
| | The amount of times the sequence has been used.
|
| |
|
int64_t | counter |
| | The sequence counter.
|
| |
|
int64_t | last_value |
| | The most recently returned value.
|
| |
|
int64_t | increment |
| | The increment value.
|
| |
|
int64_t | start_value |
| | The minimum value of the sequence.
|
| |
|
int64_t | min_value |
| | The minimum value of the sequence.
|
| |
|
int64_t | max_value |
| | The maximum value of the sequence.
|
| |
|
bool | cycle |
| | Whether or not the sequence cycles.
|
| |
◆ SequenceData()
20257}
int64_t increment
The increment value.
Definition duckdb.hpp:28984
int64_t min_value
The minimum value of the sequence.
Definition duckdb.hpp:28988
uint64_t usage_count
The amount of times the sequence has been used.
Definition duckdb.hpp:28978
int64_t last_value
The most recently returned value.
Definition duckdb.hpp:28982
int64_t start_value
The minimum value of the sequence.
Definition duckdb.hpp:28986
int64_t max_value
The maximum value of the sequence.
Definition duckdb.hpp:28990
int64_t counter
The sequence counter.
Definition duckdb.hpp:28980
bool cycle
Whether or not the sequence cycles.
Definition duckdb.hpp:28992
The documentation for this struct was generated from the following files:
- external/duckdb/duckdb.hpp
- external/duckdb/duckdb.cpp