Class: SparkConnect::Types::TimestampNTZType
- Inherits:
-
DataType
- Object
- DataType
- SparkConnect::Types::TimestampNTZType
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_string ⇒ Object
147
|
# File 'lib/spark_connect/types.rb', line 147
def simple_string = "timestamp_ntz"
|
#to_proto ⇒ Object
149
|
# File 'lib/spark_connect/types.rb', line 149
def to_proto = Types.wrap(timestamp_ntz: Proto::DataType::TimestampNTZ.new)
|
#type_name ⇒ Object
148
|
# File 'lib/spark_connect/types.rb', line 148
def type_name = "timestamp_ntz"
|