Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ hasVariableLength
Method
hasVariableLength
c++/src/Vector.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
bool ColumnVectorBatch::hasVariableLength() {
62
return false;
63
}
64
65
void ColumnVectorBatch::decodeDictionary() {
66
if (dictionaryDecoded) return;
Callers
2
TEST
Function · 0.80
processFile
Function · 0.80
Calls
1
size
Method · 0.65
Tested by
1
TEST
Function · 0.64