Definition at line 12 of file test_results_set.py.
def tests.test_results_set.TestRowResults.test_nulls_handled |
( |
|
self | ) |
|
Definition at line 13 of file test_results_set.py.
References heavydb.cursor.make_row_results_set().
20 col_name=
'a', col_type=
TTypeInfo(type=0, nullable=
True)
23 col_name=
'b', col_type=
TTypeInfo(type=1, nullable=
True)
26 col_name=
'c', col_type=
TTypeInfo(type=2, nullable=
True)
29 col_name=
'd', col_type=
TTypeInfo(type=3, nullable=
True)
32 col_name=
'e', col_type=
TTypeInfo(type=4, nullable=
True)
35 col_name=
'f', col_type=
TTypeInfo(type=5, nullable=
True)
38 col_name=
'g', col_type=
TTypeInfo(type=6, nullable=
True)
41 col_name=
'h', col_type=
TTypeInfo(type=7, nullable=
True)
44 col_name=
'i', col_type=
TTypeInfo(type=8, nullable=
True)
47 col_name=
'j', col_type=
TTypeInfo(type=9, nullable=
True)
51 col_type=
TTypeInfo(type=10, nullable=
True),
57 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
60 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
63 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
66 data=TColumnData(real_col=[-2147483648]), nulls=[
True]
69 data=TColumnData(real_col=[-2147483648]), nulls=[
True]
72 data=TColumnData(real_col=[-2147483648]), nulls=[
True]
75 data=TColumnData(str_col=[-2147483648]), nulls=[
True]
78 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
81 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
84 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
87 data=TColumnData(int_col=[-2147483648]), nulls=[
True]
95 assert result == [(
None,) * 11]
The documentation for this class was generated from the following file: