Skip to contents

The number of rows (or doc count) is returned for a given table (wildcards allowed). The `searchBlock` argument can be used to limit the results to a search query.

Usage

getNrow(dbComm, tableName, searchBlock = list())

# S4 method for class 'PythonDbComm'
getNrow(dbComm, tableName, searchBlock = list())

Arguments

dbComm

DbComm connection object

tableName

Name of table in database, wildcards are permitted

searchBlock

list coercible to json for Elasticsearch Search API (Query DSL)

Value

integer