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

Method IsPartitionKeySlot

be/src/exec/orc/hdfs-orc-scanner.cc:541–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541bool HdfsOrcScanner::IsPartitionKeySlot(const SlotDescriptor* slot) {
542 return file_metadata_utils_.IsValuePartitionCol(slot);
543}
544
545bool HdfsOrcScanner::IsMissingField(const SlotDescriptor* slot) {
546 return missing_field_slots_.find(slot) != missing_field_slots_.end();

Callers 1

OrcStructReaderMethod · 0.80

Calls 1

IsValuePartitionColMethod · 0.80

Tested by

no test coverage detected