Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
New(name string) *DataTable {
10
return
&DataTable{name: name}
11
}
12
13
// DataTable is our main struct
14
type
DataTable
struct
{
Callers
5
TestEmptyCopy
Function · 0.70
TestCopy
Function · 0.70
join
Method · 0.70
TestPrint
Function · 0.70
Aggregate
Method · 0.70
Calls
no outgoing calls
Tested by
3
TestEmptyCopy
Function · 0.56
TestCopy
Function · 0.56
TestPrint
Function · 0.56