Class: SparkConnect::Types::VariantType

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



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

def to_proto = Types.wrap(variant: Proto::DataType::Variant.new)

#type_nameObject



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

def type_name = "variant"