mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
revert comment line of frame.go
This commit is contained in:
parent
568320ec6d
commit
3cecd74e2e
1 changed files with 1 additions and 1 deletions
2
frame.go
2
frame.go
|
|
@ -653,7 +653,7 @@ type FrameOptions struct {
|
|||
TimeQuantum TimeQuantum `json:"timeQuantum,omitempty"`
|
||||
}
|
||||
|
||||
// Encode converts i into its internal representation.
|
||||
// Encode converts o into its internal representation.
|
||||
func (o *FrameOptions) Encode() *internal.FrameMeta {
|
||||
return &internal.FrameMeta{
|
||||
RowLabel: o.RowLabel,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue