Uses of Class
uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
Packages that use GetDataFrameOfElements Package Description uk.gov.gchq.gaffer.spark.operation.dataframe Operation classes for creating and consuming Dataframes using Spark in Gaffer.uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe Operation handlers for obtaining Dataframes from Accumulo using Spark. -
-
Uses of GetDataFrameOfElements in uk.gov.gchq.gaffer.spark.operation.dataframe
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe that return GetDataFrameOfElements Modifier and Type Method Description GetDataFrameOfElements
GetDataFrameOfElements. shallowClone()
-
Uses of GetDataFrameOfElements in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe with parameters of type GetDataFrameOfElements Modifier and Type Method Description org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>
GetDataFrameOfElementsHandler. doOperation(GetDataFrameOfElements operation, Context context, AccumuloStore store)
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>
GetDataFrameOfElementsHandler. doOperation(GetDataFrameOfElements operation, Context context, Store store)
-