You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
clang format apply
This commit is contained in:
@ -15,19 +15,15 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../dbcon/execplan/calpontsystemcatalog.h"
|
||||
|
||||
namespace utils
|
||||
{
|
||||
|
||||
// returns the NULL value for our 'numeric' types including short strings.
|
||||
// The width is only relevant for long string columns.
|
||||
uint64_t getNullValue(execplan::CalpontSystemCatalog::ColDataType, uint32_t colWidth = 0);
|
||||
int64_t getSignedNullValue(execplan::CalpontSystemCatalog::ColDataType, uint32_t colWidth = 0);
|
||||
|
||||
|
||||
}
|
||||
|
||||
} // namespace utils
|
||||
|
Reference in New Issue
Block a user