MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / buildColumnDataStruct

Function buildColumnDataStruct

src/Interpreters/JIT/compileFunction.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88static llvm::StructType * buildColumnDataStruct(llvm::IRBuilderBase & b)
89{
90 auto * char_ptr_type = b.getInt8Ty()->getPointerTo();
91 return llvm::StructType::get(char_ptr_type, char_ptr_type, char_ptr_type);
92}
93
94static llvm::StructType * buildStringRefType(llvm::IRBuilderBase &b)
95{

Calls 1

getFunction · 0.50

Tested by

no test coverage detected