Vladsz83 commented on a change in pull request #9826:
URL: https://github.com/apache/ignite/pull/9826#discussion_r826951028
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/util/TypeUtils.java
##########
@@ -379,4 +381,16 @@ private static long fromLocalTs(DataContext ctx, long ts) {
// Taking into account DST, offset can be changed after converting
from UTC to time-zone.
return ts - tz.getOffset(ts - tz.getOffset(ts));
}
+
+ /**
+ * @return RexLiteral
+ */
+ public static RexNode toRexLiteral(Object dfltVal, IgniteTypeFactory
typeFactory, RexBuilder rexBuilder,
+ ColumnDescriptor desc) {
Review comment:
Fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]