MCPcopy Create free account
hub / github.com/datasweet/datatable / Expr

Function Expr

column.go:54–58  ·  view source on GitHub ↗

Expr sets the expr for the column <!> Incompatible with ColumnValues

(v string)

Source from the content-addressed store, hash-verified

52// Expr sets the expr for the column
53// <!> Incompatible with ColumnValues
54func Expr(v string) ColumnOption {
55 return func(opts *ColumnOptions) {
56 opts.Expr = v
57 }
58}
59
60// Values fills the column with the values
61// <!> Incompatible with ColumnExpr

Callers 13

TestExprColumnFunction · 0.92
TestAppendRowFunction · 0.92
TestRowsFunction · 0.92
TestRowFunction · 0.92
TestSwapRowFunction · 0.92
NewFunction · 0.92
TestSwapColumnFunction · 0.92
sampleForExportFunction · 0.92
TestInnerJoinFunction · 0.92
TestLeftJoinWithExprFunction · 0.92
TestRightJoinWithExprFunction · 0.92

Calls

no outgoing calls

Tested by 13

TestExprColumnFunction · 0.74
TestAppendRowFunction · 0.74
TestRowsFunction · 0.74
TestRowFunction · 0.74
TestSwapRowFunction · 0.74
NewFunction · 0.74
TestSwapColumnFunction · 0.74
sampleForExportFunction · 0.74
TestInnerJoinFunction · 0.74
TestLeftJoinWithExprFunction · 0.74
TestRightJoinWithExprFunction · 0.74