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

Method day

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

Source from the content-addressed store, hash-verified

591 }
592
593 @Override
594 public Pair<String, Integer> day(String sourceName, int sourceId) {
595 String mappingKey = getPartitionTransformMappingKey(sourceId,
596 TIcebergPartitionTransformType.DAY);
597 return new Pair<>(mappingKey, null);
598 }
599
600 @Override
601 public Pair<String, Integer> hour(String sourceName, int sourceId) {

Callers 15

d3.v3.min.jsFile · 0.80
getPartitioningTermMethod · 0.80
CurrentDateMethod · 0.80
DayOfMonthMethod · 0.80
ToDateMethod · 0.80
AddInterval<Years>Function · 0.80
AddMonthsFunction · 0.80
DoExtractFunction · 0.80
ToUnixTimeMethod · 0.80
ValidateTimestampFunction · 0.80
TESTFunction · 0.80

Calls 1

Tested by 3

ValidateTimestampFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64