Skip to content

Commit

Permalink
risingwave
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 11, 2024
1 parent 171f834 commit 4d22684
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ibis/backends/risingwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,19 @@ def do_connect(
>>> t = con.table("functional_alltypes")
>>> t
DatabaseTable: functional_alltypes
id : int32
bool_col : boolean
tinyint_col : int16
smallint_col : int16
int_col : int32
bigint_col : int64
float_col : float32
double_col : float64
date_string_col : string
string_col : string
timestamp_col : timestamp
year : int32
month : int32
id int32
bool_col boolean
tinyint_col int16
smallint_col int16
int_col int32
bigint_col int64
float_col float32
double_col float64
date_string_col string
string_col string
timestamp_col timestamp(6)
year int32
month int32
"""

self.con = psycopg2.connect(
Expand Down

0 comments on commit 4d22684

Please sign in to comment.