Definition at line 124 of file RangeIterator.h. References Impala::Util::RangeIterator::GetParameters(), and Impala::Util::PropertySet::Print(). 00125 { 00126 PropertySet ps; 00127 ri.GetParameters(&ps); 00128 ps.Print(os); 00129 return os; 00130 }
Here is the call graph for this function:
|