long_col

The long_col method creates a column containing Java primitive long values.

Note

This method is commonly used with new_table to create tables.

Syntax

Parameters

ParameterTypeDescription
namestr

The name of the new column.

dataSequence[int]

The column values.

Returns

An InputColumn.

Example

The following examples use new_table to create a table with a single column of longs named Longs.