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

Function New

table.go:9–11  ·  view source on GitHub ↗

New creates a new datatable

(name string)

Source from the content-addressed store, hash-verified

7
8// New creates a new datatable
9func New(name string) *DataTable {
10 return &DataTable{name: name}
11}
12
13// DataTable is our main struct
14type DataTable struct {

Callers 5

TestEmptyCopyFunction · 0.70
TestCopyFunction · 0.70
joinMethod · 0.70
TestPrintFunction · 0.70
AggregateMethod · 0.70

Calls

no outgoing calls

Tested by 3

TestEmptyCopyFunction · 0.56
TestCopyFunction · 0.56
TestPrintFunction · 0.56