This commit is contained in:
Radosław Waśko 2024-11-20 11:38:01 +01:00
parent bfe9bae256
commit f5e5de2f16

View File

@ -6,6 +6,7 @@ import java.time.LocalDate;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.time.LocalTime; import java.time.LocalTime;
import java.time.ZonedDateTime; import java.time.ZonedDateTime;
import org.enso.base.polyglot.NumericConverter; import org.enso.base.polyglot.NumericConverter;
/** /**
@ -21,6 +22,7 @@ public sealed interface StorageType
DateType, DateType,
FloatType, FloatType,
IntegerType, IntegerType,
NullType,
TextType, TextType,
TimeOfDayType { TimeOfDayType {
/** /**