Sha256: b21f454b4d28317fcff226cb13b786d222cdceff8189150e532f7f9fd2f9fe30
Contents?: true
Size: 501 Bytes
Versions: 3
Compression:
Stored size: 501 Bytes
Contents
#ifndef RUBY_DUCKDB_UTIL_H #define RUBY_DUCKDB_UTIL_H #ifdef HAVE_DUCKDB_APPEND_DATE duckdb_date to_duckdb_date_from_value(VALUE year, VALUE month, VALUE day); duckdb_time to_duckdb_time_from_value(VALUE hour, VALUE min, VALUE sec, VALUE micros); duckdb_timestamp to_duckdb_timestamp_from_value(VALUE year, VALUE month, VALUE day, VALUE hour, VALUE min, VALUE sec, VALUE micros); void to_duckdb_interval_from_value(duckdb_interval* interval, VALUE months, VALUE days, VALUE micros); #endif #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
duckdb-0.3.4.0 | ext/duckdb/util.h |
duckdb-0.3.3.0 | ext/duckdb/util.h |
duckdb-0.3.2.0 | ext/duckdb/util.h |