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

Method SetTimeOfDay

be/src/codegen/codegen-anyval.cc:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void CodegenAnyVal::SetTimeOfDay(llvm::Value* time_of_day) {
556 // Set the second i64 value to 'time_of_day'.
557 DCHECK_EQ(type_.type, TYPE_TIMESTAMP);
558 value_ = builder_->CreateInsertValue(value_, time_of_day, 1, name_);
559}
560
561void CodegenAnyVal::SetDate(llvm::Value* date) {
562 // Set the high bytes of the first value to 'date'.

Callers 3

CodegenLoadAnyValMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected