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

Function buildFixedStringType

src/Interpreters/JIT/compileFunction.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static llvm::StructType * buildFixedStringType(llvm::IRBuilderBase &b)
103{
104 auto * data_ptr_type = b.getInt8Ty()->getPointerTo();
105 return llvm::StructType::get(data_ptr_type, b.getInt64Ty());
106}
107
108static void compileFunction(llvm::Module & module, const IFunctionBase & function)
109{

Callers 1

compileSortDescriptionFunction · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected