Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Length
Method
Length
be/src/gutil/strings/split.cc:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
return text.find(delimiter);
66
}
67
int Length(StringPiece delimiter) {
68
return delimiter.length();
69
}
70
};
71
72
// Finds using StringPiece::find_first_of(), therefore the length of the found
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected