@@ -2045,15 +2045,14 @@ extern STBox *stbox_tile_list(const STBox *bounds, double xsize, double ysize, d
20452045extern Temporal * * temporal_time_split (Temporal * temp , Interval * duration , TimestampTz torigin , TimestampTz * * time_buckets , int * count );
20462046extern Temporal * * tfloat_value_split (Temporal * temp , double size , double origin , double * * value_buckets , int * count );
20472047extern Temporal * * tfloat_value_time_split (Temporal * temp , double size , Interval * duration , double vorigin , TimestampTz torigin , double * * value_buckets , TimestampTz * * time_buckets , int * count );
2048- extern Temporal * * tpoint_space_split (Temporal * temp , float xsize , float ysize , float zsize , GSERIALIZED * sorigin , bool bitmatrix , GSERIALIZED * * * space_buckets , int * count );
20492048extern TBox * tfloatbox_tile (double value , TimestampTz t , double vsize , Interval * duration , double vorigin , TimestampTz torigin );
20502049extern TBox * tfloatbox_tile_list (const TBox * box , double xsize , const Interval * duration , double xorigin , TimestampTz torigin , int * count );
20512050extern TimestampTz timestamptz_bucket (TimestampTz timestamp , const Interval * duration , TimestampTz origin );
20522051extern Temporal * * tint_value_split (Temporal * temp , int size , int origin , int * * value_buckets , int * count );
20532052extern Temporal * * tint_value_time_split (Temporal * temp , int size , Interval * duration , int vorigin , TimestampTz torigin , int * * value_buckets , TimestampTz * * time_buckets , int * count );
20542053extern TBox * tintbox_tile (int value , TimestampTz t , int vsize , Interval * duration , int vorigin , TimestampTz torigin );
20552054extern TBox * tintbox_tile_list (const TBox * box , int xsize , const Interval * duration , int xorigin , TimestampTz torigin , int * count );
2056- /* extern Temporal **tpoint_space_split(Temporal *temp, float xsize, float ysize, float zsize, GSERIALIZED *sorigin, bool bitmatrix, GSERIALIZED ***space_buckets, int *count); (repeated) */
2055+ extern Temporal * * tpoint_space_split (Temporal * temp , float xsize , float ysize , float zsize , GSERIALIZED * sorigin , bool bitmatrix , GSERIALIZED * * * space_buckets , int * count );
20572056extern Temporal * * tpoint_space_time_split (Temporal * temp , float xsize , float ysize , float zsize , Interval * duration , GSERIALIZED * sorigin , TimestampTz torigin , bool bitmatrix , GSERIALIZED * * * space_buckets , TimestampTz * * time_buckets , int * count );
20582057extern Span * tstzspan_bucket_list (const Span * bounds , const Interval * duration , TimestampTz origin , int * count );
20592058
0 commit comments