Class BigQueryInt (5.8.0)

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
Name Description
value string | number | IntegerTypeCastValue
typeCastOptions IntegerTypeCastOptions

Properties

type

  type 
 : 
  
 string 
 ; 
 
Property Value
Type Description
string

typeCastFunction

  typeCastFunction 
 ?: 
  
 Function 
 ; 
 
Property Value
Type Description
Function

value

  value 
 : 
  
 string 
 ; 
 
Property Value
Type Description
string

Methods

toJSON()

  toJSON 
 () 
 : 
  
 Json 
 ; 
 
Returns
Type Description
Json

valueOf()

  valueOf 
 () 
 : 
  
 any 
 ; 
 
Returns
Type Description
any
Design a Mobile Site
View Site in Mobile | Classic
Share by: