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

Method IsZeroSlotTableScan

be/src/exec/hdfs-scan-node-base.h:598–601  ·  view source on GitHub ↗

Returns true if there are no materialized slots, such as a count(*) over the table.

Source from the content-addressed store, hash-verified

596
597 /// Returns true if there are no materialized slots, such as a count(*) over the table.
598 inline bool IsZeroSlotTableScan() const {
599 return materialized_slots().empty() && tuple_desc()->tuple_path().empty() &&
600 virtual_column_slots().empty();
601 }
602
603 /// Transfers all memory from 'pool' to shared state of all scanners.
604 void TransferToSharedStatePool(MemPool* pool);

Callers 4

IssueFooterRangesMethod · 0.80
GetNextInternalMethod · 0.80
SelectColumnsMethod · 0.80
GetNextInternalMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected