Uses of Class
org.rumbledb.items.structured.JSoundDataFrame
Packages that use JSoundDataFrame
Package
Description
-
Uses of JSoundDataFrame in org.rumbledb.api
Methods in org.rumbledb.api that return types with arguments of type JSoundDataFrameModifier and TypeMethodDescriptiondefault Map<Name,JSoundDataFrame> Item.getDFVariablesInClosure()Returns the DataFrame variable bindings, if it is a function item. -
Uses of JSoundDataFrame in org.rumbledb.context
Methods in org.rumbledb.context that return JSoundDataFrameModifier and TypeMethodDescriptionVariableValues.getDataFrameVariableValue(Name varName, ExceptionMetadata metadata) Methods in org.rumbledb.context with parameters of type JSoundDataFrameModifier and TypeMethodDescriptionvoidVariableValues.addVariableValue(Name varName, JSoundDataFrame value) voidVariableValues.changeVariableValue(Name varName, JSoundDataFrame value) -
Uses of JSoundDataFrame in org.rumbledb.exceptions
Methods in org.rumbledb.exceptions that return JSoundDataFrameConstructors in org.rumbledb.exceptions with parameters of type JSoundDataFrameModifierConstructorDescriptionExitStatementException(PendingUpdateList pendingUpdateList, List<Item> localResult, org.apache.spark.api.java.JavaRDD<Item> rddResult, JSoundDataFrame dataFrameResult, ExceptionMetadata exceptionMetadata) -
Uses of JSoundDataFrame in org.rumbledb.items
Methods in org.rumbledb.items that return types with arguments of type JSoundDataFrameModifier and TypeMethodDescriptionAnnotatedItem.getDFVariablesInClosure()FunctionItem.getDFVariablesInClosure() -
Uses of JSoundDataFrame in org.rumbledb.items.structured
Methods in org.rumbledb.items.structured that return JSoundDataFrameModifier and TypeMethodDescriptionJSoundDataFrame.distinct()static JSoundDataFrameJSoundDataFrame.emptyDataFrame()JSoundDataFrame.evaluateSQL(String sqlQuery, ItemType outputType) JSoundDataFrame.repartition(int n) JSoundDataFrame.union(JSoundDataFrame other) Methods in org.rumbledb.items.structured with parameters of type JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime
Methods in org.rumbledb.runtime that return JSoundDataFrameModifier and TypeMethodDescriptionRuntimeIterator.getDataFrame(DynamicContext context) final JSoundDataFrameRuntimeIterator.getOrCreateDataFrame(DynamicContext context) Gets the output as a DataFrame.Methods in org.rumbledb.runtime with parameters of type JSoundDataFrameModifier and TypeMethodDescriptionstatic org.apache.spark.api.java.JavaRDD<Item>HybridRuntimeIterator.dataFrameToRDDOfItems(JSoundDataFrame df, ExceptionMetadata metadata) -
Uses of JSoundDataFrame in org.rumbledb.runtime.control
Methods in org.rumbledb.runtime.control that return JSoundDataFrameModifier and TypeMethodDescriptionIfRuntimeIterator.getDataFrame(DynamicContext dynamicContext) SwitchRuntimeIterator.getDataFrame(DynamicContext dynamicContext) TypeswitchRuntimeIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.flwor
Methods in org.rumbledb.runtime.flwor with parameters of type JSoundDataFrameModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>FlworDataFrameUtils.zipWithIndex(JSoundDataFrame jdf, Long offset) Zips a JSoundDataFrame to a special column. -
Uses of JSoundDataFrame in org.rumbledb.runtime.flwor.clauses
Methods in org.rumbledb.runtime.flwor.clauses that return JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime.flwor.expression
Methods in org.rumbledb.runtime.flwor.expression that return JSoundDataFrameModifier and TypeMethodDescriptionSimpleMapExpressionIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions
Methods in org.rumbledb.runtime.functions that return JSoundDataFrameModifier and TypeMethodDescriptionDynamicFunctionCallIterator.getDataFrame(DynamicContext dynamicContext) FunctionItemCallIterator.getDataFrame(DynamicContext dynamicContext) StaticUserDefinedFunctionCallIterator.getDataFrame(DynamicContext dynamicContext) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.dataframe
Methods in org.rumbledb.runtime.functions.dataframe that return JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.input
Methods in org.rumbledb.runtime.functions.input that return JSoundDataFrameModifier and TypeMethodDescriptionAvroFileFunctionIterator.getDataFrame(DynamicContext context) CSVFileFunctionIterator.getDataFrame(DynamicContext context) DeltaFileFunctionIterator.getDataFrame(DynamicContext context) DeltaTableFunctionIterator.getDataFrame(DynamicContext context) LibSVMFileFunctionIterator.getDataFrame(DynamicContext context) MongoDBCollectionFunctionIterator.getDataFrame(DynamicContext context) ParquetFileFunctionIterator.getDataFrame(DynamicContext context) PostgreSQLTableFunctionIterator.getDataFrame(DynamicContext context) RepartitionFunctionIterator.getDataFrame(DynamicContext context) RootFileFunctionIterator.getDataFrame(DynamicContext context) StructuredJsonLinesFunctionIterator.getDataFrame(DynamicContext context) static JSoundDataFrameDeltaTableFunctionIterator.postProcess(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataFrame, String collectionName) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.io
Methods in org.rumbledb.runtime.functions.io that return JSoundDataFrameModifier and TypeMethodDescriptionCollectionFunctionIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.object
Methods in org.rumbledb.runtime.functions.object that return JSoundDataFrameModifier and TypeMethodDescriptionObjectProjectFunctionIterator.getDataFrame(DynamicContext context) ObjectRemoveKeysFunctionIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.sequences.cardinality
Methods in org.rumbledb.runtime.functions.sequences.cardinality that return JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.sequences.general
Methods in org.rumbledb.runtime.functions.sequences.general that return JSoundDataFrameModifier and TypeMethodDescriptionReverseFunctionIterator.getDataFrame(DynamicContext context) SubsequenceFunctionIterator.getDataFrame(DynamicContext dynamicContext) UnorderedFunctionIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.functions.sequences.value
Methods in org.rumbledb.runtime.functions.sequences.value that return JSoundDataFrameModifier and TypeMethodDescriptionDistinctValuesFunctionIterator.getDataFrame(DynamicContext dynamicContext) -
Uses of JSoundDataFrame in org.rumbledb.runtime.misc
Methods in org.rumbledb.runtime.misc that return JSoundDataFrameModifier and TypeMethodDescriptionstatic JSoundDataFrameRangeOperationIterator.createLongInterval(long left, long right) Creates a dataframe with a sequence of increasing numbers, of type long.RangeOperationIterator.getDataFrame(DynamicContext context) -
Uses of JSoundDataFrame in org.rumbledb.runtime.primary
Methods in org.rumbledb.runtime.primary that return JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime.scripting
Methods in org.rumbledb.runtime.scripting that return JSoundDataFrame -
Uses of JSoundDataFrame in org.rumbledb.runtime.scripting.block
Methods in org.rumbledb.runtime.scripting.block that return JSoundDataFrameModifier and TypeMethodDescriptionStatementsWithExprIterator.getDataFrame(DynamicContext dynamicContext) -
Uses of JSoundDataFrame in org.rumbledb.runtime.scripting.loops
Methods in org.rumbledb.runtime.scripting.loops that return JSoundDataFrameModifier and TypeMethodDescriptionExitStatementIterator.getDataFrame(DynamicContext dynamicContext) -
Uses of JSoundDataFrame in org.rumbledb.runtime.typing
Methods in org.rumbledb.runtime.typing that return JSoundDataFrameModifier and TypeMethodDescriptionstatic JSoundDataFrameValidateTypeIterator.convertLocalItemsToDataFrame(List<Item> items, ItemType itemType, DynamicContext context, boolean isValidate, RumbleRuntimeConfiguration configuration) static JSoundDataFrameValidateTypeIterator.convertLocalItemsToVariantDataFrame(List<Item> items) static JSoundDataFrameValidateTypeIterator.convertRDDToValidDataFrame(org.apache.spark.api.java.JavaRDD<Item> itemRDD, ItemType itemType, DynamicContext context, boolean isValidate, RumbleRuntimeConfiguration configuration) static JSoundDataFrameValidateTypeIterator.convertRDDToVariantDataFrame(org.apache.spark.api.java.JavaRDD<Item> itemRDD) static JSoundDataFrameTreatIterator.convertToDataFrame(org.apache.spark.api.java.JavaRDD<?> rdd, ItemType itemType) Converts a homogeneous RDD of atomic values to a DataFrameTreatIterator.getDataFrame(DynamicContext dynamicContext) TypePromotionIterator.getDataFrame(DynamicContext dynamicContext) ValidateTypeIterator.getDataFrame(DynamicContext context)