Skip to main content

Class GPUdbRecordColumn

class gpudb.GPUdbRecordColumn(name, column_type, column_properties=None, is_nullable=False)

Represents a column in a GPUdb record object (GPUdbRecordType).

Construct a GPUdbRecordColumn object.

Parameters

property name

The name of the column.

property column_type

The data type of the column.

property column_properties

The properties of the column.

property is_nullable

The nullability of the column.

property is_primary_key

The nullability of the column.

property is_shard_key

The nullability of the column.