schema of leap frame
dataset of leap frame
dataset of leap frame
dataset of leap frame
Try to drop a field from the LeapFrame.
Try to drop a field from the LeapFrame.
Returns a Failure if the field does not exist.
name of field to drop
try new LeapFrame with field dropped
Get this as underlying implementation.
Get this as underlying implementation.
this as underlying implementation
schema of leap frame
schema of leap frame
Try to select fields to create a new LeapFrame.
Try to select fields to create a new LeapFrame.
Returns a Failure if attempting to select any fields that don't exist.
field names to select
try new LeapFrame with selected fields
Try to add a field to the LeapFrame.
Try to add a field to the LeapFrame.
Returns a Failure if trying to add a field that already exists.
name of field
row selectors used to generate inputs to udf
user defined function for calculating field value
try new LeapFrame with new field
Creates a new instance of this LeapFrame with new schema and dataset.
Creates a new instance of this LeapFrame with new schema and dataset.
new schema
new dataset
new leap frame with schema and dataset
Class for storing a leap frame locally.
schema of leap frame
dataset of leap frame