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

Method GetTimeOfDay

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

Source from the content-addressed store, hash-verified

540}
541
542llvm::Value* CodegenAnyVal::GetTimeOfDay() {
543 // Get the second i64 value.
544 DCHECK_EQ(type_.type, TYPE_TIMESTAMP);
545 return builder_->CreateExtractValue(value_, 1);
546}
547
548llvm::Value* CodegenAnyVal::GetDate() {
549 // Get the high bytes of the first value.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected