crysda
master
Crysda
AggFunc
AggFuncs
Any
AnyCol
AnyVal
BoolCol
ColNames
ColSpec
ColumnException
ColumnFormula
ColumnNotFoundException
ColumnSelector
CrysdaException
CustomColumnValue
DataCol
DataFrame
DataFrameRow
DFCol
DuplicateColumnNameException
Float64Col
HashBuilder
Int32Col
Int64Col
InvalidColumnOperationException
InvalidColumnSelectException
InvalidSortingPredicateException
List
MissingValueException
NonScalarValueException
RenamePair
RenameRule
RowPredicate
SelectException
SortExpression
StringCol
SumFormula
SummarizeFunc
TableExpression
UnSupportedOperationException
struct
Crysda::ColSpec
Crysda::ColSpec
Struct
Value
Object
Defined in:
crysda/columns.cr
Constructors
.new
(pos : Int32, name : String, type : String)
Instance Method Summary
#clone
#copy_with
(pos _pos = @pos, name _name = @name, type _type = @type)
#name
: String
#pos
: Int32
#type
: String
Constructor Detail
def self.
new
(pos : Int32, name : String, type : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(pos _pos = @pos, name _name = @name, type _type = @type)
#
[
View source
]
def
name
: String
#
def
pos
: Int32
#
def
type
: String
#