Class: SparkConnect::Types::NullType

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



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

def simple_string = "void"

#to_protoObject



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

def to_proto = Types.wrap(null: Proto::DataType::NULL.new)

#type_nameObject



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

def type_name = "void"