Documentation ¶
Index ¶
- type Array
- func (array *Array) Append(copy bool, values ...interface{}) (newArray *Array, err error)
- func (array *Array) At(coord int) (value elements.ElementValue, err error)
- func (array *Array) Copy() (newArray *Array)
- func (array *Array) Filter(cond *condition.Condition) (newArray *Array, err error)
- func (array *Array) IsCondition(cond *condition.Condition) (ixs index.IndexBool, err error)
- func (array *Array) IsNaN() []bool
- func (array *Array) Len() int
- func (array *Array) Subset(index index.IndexInt) (newSeries *Array, err error)
- func (array *Array) Swap(i, j int)
- func (array *Array) Type() types.Type
- type ElementsComposite
- func (els *ElementsComposite) Append(copy bool, values ...interface{}) (newElements elements.Elements, err error)
- func (els *ElementsComposite) Copy() (newElements elements.Elements)
- func (els ElementsComposite) IsNaN() (result []bool)
- func (els *ElementsComposite) Len() int
- func (els *ElementsComposite) Location(coord int) (element elements.ElementValue, err error)
- func (els *ElementsComposite) String() string
- func (els *ElementsComposite) Subset(index index.IndexInt) (newElements elements.Elements, err error)
- func (els *ElementsComposite) Swap(i, j int)
- func (els *ElementsComposite) Type() types.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
func (*Array) IsCondition ¶
type ElementsComposite ¶
func (*ElementsComposite) Append ¶
func (els *ElementsComposite) Append(copy bool, values ...interface{}) (newElements elements.Elements, err error)
func (*ElementsComposite) Copy ¶
func (els *ElementsComposite) Copy() (newElements elements.Elements)
func (ElementsComposite) IsNaN ¶
func (els ElementsComposite) IsNaN() (result []bool)
func (*ElementsComposite) Len ¶
func (els *ElementsComposite) Len() int
func (*ElementsComposite) Location ¶
func (els *ElementsComposite) Location(coord int) (element elements.ElementValue, err error)
func (*ElementsComposite) String ¶
func (els *ElementsComposite) String() string
func (*ElementsComposite) Swap ¶
func (els *ElementsComposite) Swap(i, j int)
func (*ElementsComposite) Type ¶
func (els *ElementsComposite) Type() types.Type
Click to show internal directories.
Click to hide internal directories.