◆ Operation()
| static TGT duckdb::ArrowIntervalConverter::Operation |
( |
SRC |
input | ) |
|
|
inlinestatic |
33153 {
33154 ArrowInterval result;
33155 result.months = input.months;
33156 result.days = input.days;
33157 result.nanoseconds = input.micros * Interval::NANOS_PER_MICRO;
33158 return result;
33159 }
◆ SkipNulls()
| static bool duckdb::ArrowIntervalConverter::SkipNulls |
( |
| ) |
|
|
inlinestatic |
33161 {
33162 return true;
33163 }
◆ SetNull()
| static void duckdb::ArrowIntervalConverter::SetNull |
( |
TGT & |
value | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp