MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / select

Function select

test/cluster/mzcompose.py:4120–4124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4118 """
4119
4120 def select():
4121 with c.sql_cursor() as cursor:
4122 # This should hang instantly as the timestamp is far in the future,
4123 # until the cluster is dropped
4124 cursor.execute("SELECT * FROM counter_tbl AS OF 18446744073709551615")
4125
4126 def subscribe():
4127 cursor = c.sql_cursor()

Callers 6

gen_datums_for_typeFunction · 0.85
gen_columnFunction · 0.85
gen_expr_for_relationFunction · 0.85
wait_for_upper_pastMethod · 0.85
arbitrary_withMethod · 0.85

Calls 2

sql_cursorMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected