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

Method SetFile

be/src/exec/file-metadata-utils.cc:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace impala {
31
32void FileMetadataUtils::SetFile(RuntimeState* state, const HdfsFileDesc* file_desc) {
33 DCHECK(state != nullptr);
34 DCHECK(file_desc != nullptr);
35 state_ = state;
36 file_desc_ = file_desc;
37}
38
39Tuple* FileMetadataUtils::CreateTemplateTuple(int64_t partition_id, MemPool* mem_pool,
40 std::map<const SlotId, const SlotDescriptor*>* slot_descs_written) {

Callers 2

OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected