Struct libduckdb_sys_queryscript::duckdb_date
source · #[repr(C)]pub struct duckdb_date {
pub days: i32,
}
Expand description
! Days are stored as days since 1970-01-01 ! Use the duckdb_from_date/duckdb_to_date function to extract individual information
Fields§
§days: i32
Trait Implementations§
source§impl Clone for duckdb_date
impl Clone for duckdb_date
source§fn clone(&self) -> duckdb_date
fn clone(&self) -> duckdb_date
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more