Class: SparkConnect::Types::NullType
- 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_string ⇒ Object
74 |
# File 'lib/spark_connect/types.rb', line 74 def simple_string = "void" |
#to_proto ⇒ Object
76 |
# File 'lib/spark_connect/types.rb', line 76 def to_proto = Types.wrap(null: Proto::DataType::NULL.new) |
#type_name ⇒ Object
75 |
# File 'lib/spark_connect/types.rb', line 75 def type_name = "void" |