Drop value at specified index.
Drop value at specified index.
index of value to drop
new row without specified value
Get value at index.
Get value at index.
index of value
value at index
Create a new row from specified indices.
Create a new row from specified indices.
indices to create new row with
new row with only selected values
Convert row to an array of values.
Convert row to an array of values.
array of values from row
Convert row to a seq of values.
Convert row to a seq of values.
seq of values from row
Add a value to the row.
Add a value to the row.
value to add
row with the new value
Add multiple values to the row.
Add multiple values to the row.
row with values to add
row with new values
Get value at index.
Get value at index.
Alias for Row#get
index of value
value at index
Get value at index as an array.
Get value at index as an array.
inner type of the array
index of value
array value
Get value at index as specified type.
Get value at index as specified type.
type of value
index of value
value at index cast to given type
Get value at index as a double.
Get value at index as a double.
index of value
double value
Get value at index as an int.
Get value at index as an int.
index of value
int value
Get value at index as a string.
Get value at index as a string.
index of value
string value
Get value at index as a vector.
Get value at index as a vector.
index of value
vector value
Add a value to the row.
Add a value to the row.
function for calculating new value
row with new value
Add multiple values to the row.
Add multiple values to the row.
function for calculating new row values
row with new values
Base trait for row data.