Class: SparkConnect::Types::BooleanType

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



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

def to_proto = Types.wrap(boolean: Proto::DataType::Boolean.new)

#type_nameObject



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

def type_name = "boolean"