Home
last modified time | relevance | path

Searched refs:INTERVALOID (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dfunc_cache.c138 case INTERVALOID: in time_bucket_group_estimate()
183 .arg_types = { INTERVALOID, TIMESTAMPOID },
192 .arg_types = { INTERVALOID, TIMESTAMPOID, TIMESTAMPOID },
201 .arg_types = { INTERVALOID, TIMESTAMPTZOID },
219 .arg_types = { INTERVALOID, DATEOID },
228 .arg_types = { INTERVALOID, DATEOID, DATEOID },
291 .arg_types = { INTERVALOID, DATEOID },
300 .arg_types = { INTERVALOID, DATEOID, DATEOID },
309 .arg_types = { INTERVALOID, TIMESTAMPOID },
318 .arg_types = { INTERVALOID, TIMESTAMPOID, TIMESTAMPOID },
[all …]
H A Dsort_transform.c96 if ((left == TIMESTAMPOID && right == INTERVALOID) || in transform_time_op_const_interval()
97 (left == TIMESTAMPTZOID && right == INTERVALOID) || in transform_time_op_const_interval()
98 (left == DATEOID && right == INTERVALOID)) in transform_time_op_const_interval()
H A Dplan_expand_hypertable.c136 return (c1->consttype == TIMESTAMPTZOID && c2->consttype == INTERVALOID) || in is_timestamptz_op_interval()
137 (c1->consttype == INTERVALOID && c2->consttype == TIMESTAMPTZOID); in is_timestamptz_op_interval()
207 ts_pl_int = ts_get_operator("+", PG_CATALOG_NAMESPACE, TIMESTAMPTZOID, INTERVALOID); in constify_timestamptz_op_interval()
208 ts_mi_int = ts_get_operator("-", PG_CATALOG_NAMESPACE, TIMESTAMPTZOID, INTERVALOID); in constify_timestamptz_op_interval()
209 int_pl_ts = ts_get_operator("+", PG_CATALOG_NAMESPACE, INTERVALOID, TIMESTAMPTZOID); in constify_timestamptz_op_interval()
240 Assert(c_int->consttype == INTERVALOID); in constify_timestamptz_op_interval()
450 Assert(width->consttype == INTERVALOID); in transform_time_bucket_comparison()
497 Assert(width->consttype == INTERVALOID); in transform_time_bucket_comparison()
/dports/databases/timescaledb/timescaledb-2.5.1/test/src/
H A Dtest_time_to_internal.c264 INTERVALOID), in ts_test_interval_to_internal_conversion()
265 INTERVALOID)); in ts_test_interval_to_internal_conversion()
270 INTERVALOID), in ts_test_interval_to_internal_conversion()
271 INTERVALOID)); in ts_test_interval_to_internal_conversion()
276 INTERVALOID), in ts_test_interval_to_internal_conversion()
277 INTERVALOID)); in ts_test_interval_to_internal_conversion()
281 INTERVALOID), in ts_test_interval_to_internal_conversion()
282 INTERVALOID)); in ts_test_interval_to_internal_conversion()
285 INTERVALOID), in ts_test_interval_to_internal_conversion()
286 INTERVALOID)); in ts_test_interval_to_internal_conversion()
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/types/io/
H A Dstdlib_datetime.py19 DATEOID, INTERVALOID, \
33 INTERVALOID: datetime.timedelta,
236 (FloatTimes, WithDay, INTERVALOID): (
241 (FloatTimes, NoDay, INTERVALOID): (
267 (IntTimes, WithDay, INTERVALOID) : (
272 (IntTimes, NoDay, INTERVALOID) : (
303 INTERVALOID : select_day_format,
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/bgw_policy/
H A Dcontinuous_aggregate_api.c68 else if (type == INTERVALOID) in get_time_from_interval()
110 return get_time_from_interval(dim, IntervalPGetDatum(interval_val), INTERVALOID); in get_time_from_config()
166 case INTERVALOID: in json_add_dim_interval_value()
193 convert_to = INTERVALOID; in convert_interval_arg()
230 case INTERVALOID: in convert_interval_arg()
323 case INTERVALOID: in interval_to_int64()
410 IS_TIMESTAMP_TYPE(cagg->partition_type) ? INTERVALOID : cagg->partition_type; in parse_cagg_policy_config()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dpsql-reader.c81 #define INTERVALOID 1186 macro
421 case INTERVALOID: in psql_open_reader()
504 case INTERVALOID: in psql_open_reader()
614 case INTERVALOID: in set_value()
636 case INTERVALOID: in set_value()
729 case INTERVALOID: in set_value()
/dports/databases/opendbx/opendbx-1.4.6/backends/pgsql/
H A Dpgsqlbackend.h57 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-client/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/devel/sope/SOPE/sope-gdl1/PostgreSQL/
H A Dpostgres_types.h41 #define INTERVALOID 1186 macro
/dports/devel/sope2/SOPE/sope-gdl1/PostgreSQL/
H A Dpostgres_types.h41 #define INTERVALOID 1186 macro
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_postgres/
H A Dkm_pg_type.h69 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Dpg_type.h55 #define INTERVALOID 1186 macro

12345678910>>...20