Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ varchar
Function
varchar
cpp/src/arrow/engine/substrait/extension_types.cc:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
std::shared_ptr<DataType> varchar(int32_t length) { return VarCharType::Make({length}); }
112
113
std::shared_ptr<DataType> interval_year() { return IntervalYearType::Make({}); }
114
Callers
2
TEST
Function · 0.85
FromProto
Function · 0.85
Calls
1
Make
Function · 0.50
Tested by
1
TEST
Function · 0.68