|
|
string | format_specifier |
| | The full format specifier, for error messages.
|
| |
|
|
vector< StrTimeSpecifier > | specifiers |
| | The format specifiers.
|
| |
| vector< string > | literals |
| |
|
idx_t | constant_size = 0 |
| | The constant size that appears in the format string.
|
| |
|
vector< int > | numeric_width |
| | The max numeric width of the specifier (if it is parsed as a number), or -1 if it is not a number.
|
| |
◆ ~StrTimeFormat()
| virtual duckdb::StrTimeFormat::~StrTimeFormat |
( |
| ) |
|
|
inlinevirtual |
◆ HasFormatSpecifier()
| bool duckdb::StrTimeFormat::HasFormatSpecifier |
( |
StrTimeSpecifier |
s | ) |
const |
|
inline |
◆ literals
| vector<string> duckdb::StrTimeFormat::literals |
|
protected |
The literals that appear in between the format specifiers The following must hold: literals.size() = specifiers.size() + 1 Format is literals[0], specifiers[0], literals[1], ..., specifiers[n - 1], literals[n]
The documentation for this struct was generated from the following file: