MCPcopy Create free account
hub / github.com/apache/impala / year

Method year

fe/src/main/java/org/apache/impala/util/IcebergUtil.java:579–584  ·  view source on GitHub ↗
(String sourceName, int sourceId)

Source from the content-addressed store, hash-verified

577 }
578
579 @Override
580 public Pair<String, Integer> year(String sourceName, int sourceId) {
581 String mappingKey = getPartitionTransformMappingKey(sourceId,
582 TIcebergPartitionTransformType.YEAR);
583 return new Pair<>(mappingKey, null);
584 }
585
586 @Override
587 public Pair<String, Integer> month(String sourceName, int sourceId) {

Callers 15

d3.v3.min.jsFile · 0.80
getPartitioningTermMethod · 0.80
CurrentDateMethod · 0.80
YearMethod · 0.80
ToDateMethod · 0.80
AddInterval<Years>Function · 0.80
AddMonthsFunction · 0.80
AddSubMethod · 0.80
TruncMillenniumFunction · 0.80
TruncCenturyFunction · 0.80
TruncDecadeFunction · 0.80

Calls 1

Tested by 3

ValidateTimestampFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64