rbc icon indicating copy to clipboard operation
rbc copied to clipboard

Omnisci typesystem is a subset of RBC typesystem

Open pearu opened this issue 4 years ago • 0 comments

@omnisci('uint32(uint32)')
def foo(i):
    return i
omnisci.register()

fails:

                        rtype = ext_arguments_map[sig[0].tostring(
>                           use_annotation=False)]
E                       KeyError: 'uint32'
rbc/omniscidb.py:698: KeyError

Implement better error handling when users try to use types that Omnisci does not support.

pearu avatar Sep 11 '20 20:09 pearu