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

Method hour

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

Source from the content-addressed store, hash-verified

598 }
599
600 @Override
601 public Pair<String, Integer> hour(String sourceName, int sourceId) {
602 String mappingKey = getPartitionTransformMappingKey(sourceId,
603 TIcebergPartitionTransformType.HOUR);
604 return new Pair<>(mappingKey, null);
605 }
606
607 @Override
608 public Pair<String, Integer> alwaysNull(int fieldId, String sourceName,

Callers 7

getPartitioningTermMethod · 0.80
UnixTimeToLocalMethod · 0.80
cctz_utc_to_localFunction · 0.80

Calls 1

Tested by

no test coverage detected