Class: SparkConnect::Types::FloatType

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



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

def to_proto = Types.wrap(float: Proto::DataType::Float.new)

#type_nameObject



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

def type_name = "float"