struct Presto::PrestoColumn

Included Modules

Defined in:

presto/presto_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def type_signature : TypeSignature #

[View source]
def type_signature=(type_signature : TypeSignature) #

[View source]