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

Method DebugString

be/src/exprs/hive-udf-call.cc:601–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601string HiveUdfCall::DebugString() const {
602 stringstream out;
603 out << "HiveUdfCall(hdfs_location=" << fn_.hdfs_location
604 << " classname=" << fn_.scalar_fn.symbol << " "
605 << ScalarExpr::DebugString() << ")";
606 return out.str();
607}
608
609BooleanVal HiveUdfCall::GetBooleanValInterpreted(
610 ScalarExprEvaluator* eval, const TupleRow* row) const {

Callers

nothing calls this directly

Calls 2

DebugStringFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected