From fb5bb0a1fffa91aabed21f0e5ebeba03d6a16975 Mon Sep 17 00:00:00 2001 From: datomo Date: Tue, 2 Apr 2024 10:04:25 +0200 Subject: [PATCH] removed correct method --- .../main/java/org/polypheny/db/type/entity/PolyInterval.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/main/java/org/polypheny/db/type/entity/PolyInterval.java b/core/src/main/java/org/polypheny/db/type/entity/PolyInterval.java index 34537e2e7f..020076a0d0 100644 --- a/core/src/main/java/org/polypheny/db/type/entity/PolyInterval.java +++ b/core/src/main/java/org/polypheny/db/type/entity/PolyInterval.java @@ -154,11 +154,6 @@ public Object toJava() { } - public Long getMergedMillis() { - return millis + months * 30 * 24 * 60 * 60 * 1000; - } - - public PolyNumber getLeap( IntervalQualifier intervalQualifier ) { switch ( intervalQualifier.getTimeUnitRange() ) { case YEAR, QUARTER, MONTH, YEAR_TO_MONTH -> {