Uses of Interface
com.google.cloud.firestore.pipeline.expressions.Selectable
Packages that use Selectable
Package
Description
-
Uses of Selectable in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type SelectableModifier and TypeMethodDescriptionPipeline.addFields(Selectable field, Selectable... additionalFields) Adds new fields to outputs from previous stages.Pipeline.distinct(Selectable... selectables) Returns a set of distinctExpressionvalues from the inputs to this stage.Pipeline.select(Selectable selection, Selectable... additionalSelections) Selects or creates a set of fields from the outputs of previous stages.static Map<String,Expression> PipelineUtils.selectablesToMap(Selectable... selectables) Pipeline.unnest(Selectable expr) Produces a document for each element in array found in previous stage document.Pipeline.unnest(Selectable field, UnnestOptions options) Produces a document for each element in array found in previous stage document. -
Uses of Selectable in com.google.cloud.firestore.pipeline.expressions
Classes in com.google.cloud.firestore.pipeline.expressions that implement SelectableModifier and TypeClassDescriptionfinal classfinal classRepresents a reference to a field in a Firestore document.Methods in com.google.cloud.firestore.pipeline.expressions that return SelectableModifier and TypeMethodDescriptionCreates a newAliasedExpressionthat wraps this expression and associates it with the given alias. -
Uses of Selectable in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages with parameters of type SelectableConstructors in com.google.cloud.firestore.pipeline.stages with parameters of type SelectableModifierConstructorDescriptionUnnest(Selectable field) Unnest(Selectable field, UnnestOptions options)