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:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
return text.find_first_of(delimiter);
77
}
78
int Length(StringPiece delimiter) {
79
return 1;
80
}
81
};
82
83
} // namespace
Callers
1
GenericFind
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected