Class: SparkConnect::Types::LongType

Inherits:
DataType
  • Object
show all
Defined in:
lib/spark_connect/types.rb

Instance Method Summary collapse

Methods inherited from DataType

#==, #hash, #inspect, #json, #json_value, #to_s

Instance Method Details

#simple_stringObject



103
# File 'lib/spark_connect/types.rb', line 103

def simple_string = "bigint"

#to_protoObject



105
# File 'lib/spark_connect/types.rb', line 105

def to_proto = Types.wrap(long: Proto::DataType::Long.new)

#type_nameObject



104
# File 'lib/spark_connect/types.rb', line 104

def type_name = "long"