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

Function getNativeValue

src/DataTypes/Native.cpp:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456llvm::Constant * getNativeValue(llvm::IRBuilderBase & builder, const DataTypePtr & column_type, const Field & field)
457{
458 ColumnPtr column = column_type->createColumnConst(1, field);
459 return getColumnNativeValue(builder, column_type, *column, 0);
460}
461
462template <typename ToType>
463llvm::Type * toNativeType(llvm::IRBuilderBase & builder)

Callers 2

convertCompileImplFunction · 0.85
compileMethod · 0.85

Calls 2

getColumnNativeValueFunction · 0.85
createColumnConstMethod · 0.45

Tested by

no test coverage detected