MCPcopy 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
111std::shared_ptr<DataType> varchar(int32_t length) { return VarCharType::Make({length}); }
112
113std::shared_ptr<DataType> interval_year() { return IntervalYearType::Make({}); }
114

Callers 2

TESTFunction · 0.85
FromProtoFunction · 0.85

Calls 1

MakeFunction · 0.50

Tested by 1

TESTFunction · 0.68