summarize

fun summarize(tableName: String, schemaName: String? = defaultSchemaName): ResultSet?

Applies DuckDb's summarize query to the table/view

Uses the longLastingConnection property for the connection.

Return

the summary result set

Parameters

schemaName

the name of the schema that should contain the table

tableName

a string representing the unqualified name of the table