Skip to main content

Module columns

Module columns 

Source
Expand description

Contains all of the columns of this table

Structsยง

complex
The complex column of the corpora table.
description
The description column of the corpora table.
id
The id column of the corpora table.
name
The name column of the corpora table.
parent_corpus_id
The parent_corpus_id column of the corpora table.
path
The path column of the corpora table.
public_id
The public_id column of the corpora table.
selection
The selection column of the corpora table.
star
Represents table_name.*, which is sometimes needed for efficient count queries. It cannot be used in place of all_columns, and has a SqlType of () to prevent it being used that way