struct Flux::QueryResult::Column

Defined in:

flux/query_result/column.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : Flux::QueryResult::DataType, group : Bool, default : String) #

[View source]

Instance Method Detail

def default : String #

[View source]
def group : Bool #

[View source]
def name : String #

[View source]
def type : DataType #

[View source]