Class: SparkConnect::Types::DoubleType

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, #simple_string, #to_s

Instance Method Details

#to_protoObject



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

def to_proto = Types.wrap(double: Proto::DataType::Double.new)

#type_nameObject



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

def type_name = "double"