Class BigQueryInt (5.7.1)

Build a BigQueryInt object. For long integers, a string can be provided.

Inheritance

Number > BigQueryInt

Package

@google-cloud/bigquery!

Constructors

(constructor)(value, typeCastOptions)

constructor(value: string | number | IntegerTypeCastValue, typeCastOptions?: IntegerTypeCastOptions);

Constructs a new instance of the BigQueryInt class

Parameters
NameDescription
value string | number | IntegerTypeCastValue
typeCastOptions IntegerTypeCastOptions

Properties

type

type: string;
Property Value
TypeDescription
string

typeCastFunction

typeCastFunction?: Function;
Property Value
TypeDescription
Function

value

value: string;
Property Value
TypeDescription
string

Methods

toJSON()

toJSON(): Json;
Returns
TypeDescription
Json

valueOf()

valueOf(): any;
Returns
TypeDescription
any