Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
W
_
__version__ (in module chdb)
A
apilevel (in module chdb.dbapi)
B
BINARY (in module chdb.dbapi)
C
callproc() (chdb.dbapi.cursors.Cursor method)
chdb
module
chdb.dataframe
module
chdb.dbapi.err
module
chdb.rwabc
module
chdb.session
module
chdb.state
module
chdb.state.sqlitelike
module
chdb.udf
module
chdb.utils
module
chdb_udf() (in module chdb.udf)
chdb_version (in module chdb)
ChdbError (class in chdb)
cleanup() (chdb.session.Session method)
close() (chdb.dbapi.connections.Connection method)
(chdb.dbapi.cursors.Cursor method)
(chdb.session.Session method)
(chdb.state.sqlitelike.Connection method)
(chdb.state.sqlitelike.Cursor method)
column_names() (chdb.state.sqlitelike.Cursor method)
column_types() (chdb.state.sqlitelike.Cursor method)
commit() (chdb.dbapi.connections.Connection method)
(chdb.state.sqlitelike.Cursor method)
connect() (in module chdb)
(in module chdb.dbapi)
(in module chdb.state)
Connection (class in chdb.dbapi.connections)
(class in chdb.state.sqlitelike)
convert_to_columnar() (in module chdb.utils)
Cursor (class in chdb.dbapi.cursors)
(class in chdb.state.sqlitelike)
cursor() (chdb.dbapi.connections.Connection method)
(chdb.state.sqlitelike.Connection method)
D
DatabaseError
DataError
DATE (in module chdb.dbapi)
DATETIME (in module chdb.dbapi)
description (chdb.state.sqlitelike.Cursor property)
E
engine_version (in module chdb)
Error
escape() (chdb.dbapi.connections.Connection method)
escape_string() (chdb.dbapi.connections.Connection method)
execute() (chdb.dbapi.cursors.Cursor method)
(chdb.state.sqlitelike.Cursor method)
executemany() (chdb.dbapi.cursors.Cursor method)
F
fetchall() (chdb.dbapi.cursors.Cursor method)
(chdb.state.sqlitelike.Cursor method)
fetchmany() (chdb.dbapi.cursors.Cursor method)
(chdb.state.sqlitelike.Cursor method)
fetchone() (chdb.dbapi.cursors.Cursor method)
(chdb.state.sqlitelike.Cursor method)
finalize() (chdb.rwabc.PyWriter method)
flatten_dict() (in module chdb.utils)
G
generate_udf() (in module chdb.udf)
I
infer_data_type() (in module chdb.utils)
infer_data_types() (in module chdb.utils)
IntegrityError
InterfaceError
InternalError
M
max_stmt_length (chdb.dbapi.cursors.Cursor attribute)
module
chdb
chdb.dataframe
chdb.dbapi.err
chdb.rwabc
chdb.session
chdb.state
chdb.state.sqlitelike
chdb.udf
chdb.utils
mogrify() (chdb.dbapi.cursors.Cursor method)
N
nextset() (chdb.dbapi.cursors.Cursor method)
NotSupportedError
NUMBER (in module chdb.dbapi)
O
open (chdb.dbapi.connections.Connection property)
OperationalError
P
paramstyle (in module chdb.dbapi)
ProgrammingError
PyReader (class in chdb.rwabc)
PyWriter (class in chdb.rwabc)
Q
query() (chdb.dbapi.connections.Connection method)
(chdb.session.Session method)
(chdb.state.sqlitelike.Connection method)
(in module chdb)
R
read() (chdb.rwabc.PyReader method)
resp (chdb.dbapi.connections.Connection property)
rollback() (chdb.dbapi.connections.Connection method)
ROWID (in module chdb.dbapi)
S
send_query() (chdb.session.Session method)
(chdb.state.sqlitelike.Connection method)
Session (class in chdb.session)
setinputsizes() (chdb.dbapi.cursors.Cursor method)
setoutputsizes() (chdb.dbapi.cursors.Cursor method)
sql() (chdb.session.Session method)
(in module chdb)
StandardError
STRING (in module chdb.dbapi)
T
threadsafety (in module chdb.dbapi)
TIME (in module chdb.dbapi)
TIMESTAMP (in module chdb.dbapi)
to_arrowTable() (in module chdb)
(in module chdb.state.sqlitelike)
W
Warning
write() (chdb.rwabc.PyWriter method)
chDB
In-process OLAP SQL Engine powered by ClickHouse
Quick search
Table of Contents
Installation
Quick Start
API Reference
Examples
DB-API 2.0 Interface
Session Management
Streaming Queries
User Defined Functions (UDF)
Utilities
Troubleshooting