mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Support of Nullable types in MySQL function
Trying to fix style error
This commit is contained in:
parent
cde57600d9
commit
896b64e823
@ -159,7 +159,7 @@ StoragePtr TableFunctionMySQL::executeImpl(const ASTPtr & ast_function, const Co
|
||||
getDataType(
|
||||
(*block.getByPosition(1).column)[i].safeGet<String>(),
|
||||
(*block.getByPosition(2).column)[i].safeGet<UInt64>()
|
||||
&& context.getSettings().external_tables_use_nulls,
|
||||
&& context.getSettings().external_tables_use_nulls,
|
||||
(*block.getByPosition(3).column)[i].safeGet<UInt64>(),
|
||||
(*block.getByPosition(4).column)[i].safeGet<UInt64>()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user