Class: SparkConnect::Types::IntegerType

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



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

def simple_string = "int"

#to_protoObject



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

def to_proto = Types.wrap(integer: Proto::DataType::Integer.new)

#type_nameObject



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

def type_name = "integer"