-1

I am facing one problem while running the query from Django-Python. I am getting error "Type hugeint is not defined" using database Monetdb. Can anyone suggest why this error is coming.

Nicolas Riousset
  • 3,447
  • 1
  • 22
  • 25
Jazz
  • 17
  • 2

1 Answers1

0

According to MonetDB documentation

HUGEINT is only available since the Jul2015 release and on platforms with a C-compiler that supports the __int128 or __int128_t data type (e.g., recent gcc, clang, & icc on Linux or MacOS X)

Could it be that you don't satisfy these requirements ?

Nicolas Riousset
  • 3,447
  • 1
  • 22
  • 25