Class: SparkConnect::Types::BinaryType

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



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

def to_proto = Types.wrap(binary: Proto::DataType::Binary.new)

#type_nameObject



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

def type_name = "binary"