MCPcopy Create free account

hub / github.com/data-integrations/wrangler / functions

Functions3,047 in github.com/data-integrations/wrangler

↓ 22 callersMethodequals
(Object o)
wrangler-service/src/main/java/io/cdap/wrangler/service/connections/ConnectionTypeConfig.java:70
↓ 22 callersMethodget
(StructuredTableContext context)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/connections/ConnectionStore.java:96
↓ 22 callersMethodlist
List the directives in the specified namespace @param namespace the namespace to list from @return directives in the specified namespace
wrangler-core/src/main/java/io/cdap/wrangler/registry/DirectiveRegistry.java:42
↓ 22 callersMethodsetScope
(String scope)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceMeta.java:99
↓ 21 callersMethodcompile
Same as calling {@link #compile(ELRegistration, String)} using {@link DefaultFunctions}.
wrangler-core/src/main/java/io/cdap/wrangler/expression/EL.java:70
↓ 21 callersMethodlistWorkspaces
Get all the workspaces in the given namespace @param namespace the namespace to look up @return the list of workspaces in this namespace
wrangler-storage/src/main/java/io/cdap/wrangler/store/workspace/WorkspaceStore.java:134
↓ 21 callersMethodtoList
()
wrangler-test/src/main/java/io/cdap/wrangler/test/api/TestRows.java:38
↓ 20 callersMethodbuilder
(RecipeId recipeId)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:94
↓ 20 callersMethodbuilder
(String name)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceMeta.java:76
↓ 20 callersMethodcontains
This method checks if there exists a token named <code>name</code> registered with this object. The <code>name</code> is expected to the same as spec
wrangler-core/src/main/java/io/cdap/wrangler/parser/MapArguments.java:151
↓ 20 callersMethodgetValue
Get the field value from the given record @param input input record @param fieldName field name to get value from @return the value of the field in t
wrangler-core/src/main/java/io/cdap/wrangler/utils/StructuredToRowTransformer.java:59
↓ 20 callersMethoditerator
()
wrangler-core/src/main/java/io/cdap/wrangler/parser/SyntaxErrorListener.java:88
↓ 20 callersMethodsetRecipeName
(String recipeName)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:125
↓ 20 callersMethodupdateWorkspaceData
Update the sample data for the specified workspace. @param id the workspace id @param data the sample data @throws WorkspaceNotFoundException if the
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceDataset.java:274
↓ 19 callersMethodgetEntityUpgradeState
Get the upgrade state
wrangler-storage/src/main/java/io/cdap/wrangler/store/upgrade/UpgradeStore.java:128
↓ 19 callersMethodgetTransientStore
@return A transient store.
wrangler-api/src/main/java/io/cdap/wrangler/api/ExecutorContext.java:79
↓ 19 callersMethodhasNext
()
wrangler-core/src/main/java/io/cdap/wrangler/sampling/Poisson.java:91
↓ 19 callersMethodhasNext
Indicates whether the <code>Reader has more lines. If there is an <code>IOException then {@link #close()} will be called on this instance. @return <c
wrangler-service/src/main/java/io/cdap/wrangler/service/explorer/BoundedLineInputStream.java:78
↓ 19 callersMethodmin
Arithmetic operation - Find the minimum of any number of columns, of any valid types. Output type is most general of input types. Returns null if any
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:451
↓ 19 callersMethodnewValidationException
Utility method for creating ValidationExceptions without access to the proper constructor.
wrangler-core/src/test/java/io/cdap/directives/validation/conformers/JsonConformerTest.java:118
↓ 18 callersMethoddecode
(byte[] bytes)
wrangler-core/src/main/java/io/cdap/wrangler/codec/Decoder.java:28
↓ 18 callersMethodequals
(Object o)
wrangler-api/src/main/java/io/cdap/wrangler/api/Row.java:245
↓ 18 callersMethodgetContent
@return Content as received by the HTTP multipart/form body.
wrangler-service/src/main/java/io/cdap/wrangler/RequestExtractor.java:66
↓ 18 callersMethodgetInstance
Returns a instance of {@link SchemaRegistryClient} initialized with service url. @param context of the pipeline in which this client is invoked. @ret
wrangler-core/src/main/java/io/cdap/wrangler/clients/SchemaRegistryClient.java:94
↓ 18 callersMethodgetValidatedConnection
(NamespacedId connectionId, ConnectionType expectedType)
wrangler-service/src/main/java/io/cdap/wrangler/service/common/AbstractWranglerHandler.java:99
↓ 17 callersMethodequals
(Object o)
wrangler-core/src/main/java/io/cdap/directives/validation/ConformanceIssue.java:73
↓ 17 callersMethodgetHeader
Extracts the HTTP header, if the header is not present, then default value is returned. @param name of the HTTP header to be extracted. @param defaul
wrangler-service/src/main/java/io/cdap/wrangler/RequestExtractor.java:58
↓ 17 callersMethodgetScope
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceMeta.java:44
↓ 17 callersMethodremove
()
wrangler-core/src/main/java/io/cdap/wrangler/sampling/Reservoir.java:110
↓ 16 callersMethodcreate
Creates a workspace. Following is the response { "status" : 200, "message" : Successfully created workspace 'test'. } @param request Handler fo
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/DirectivesHandler.java:164
↓ 16 callersMethodgetDefaultInstance
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1793
↓ 16 callersMethodgetDescription
()
wrangler-core/src/main/java/io/cdap/directives/lookup/StaticCatalog.java:52
↓ 16 callersMethodgetRecipe
@return Recipe specification associated with the request.
wrangler-proto/src/main/java/io/cdap/wrangler/proto/Request.java:43
↓ 16 callersMethodmax
Arithmetic operation - Find the maximum of any number of columns, of any valid types. Output type is most general of input types. Returns null if any
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:391
↓ 16 callersMethodsetName
<code>string name = 1;</code>
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1393
↓ 16 callersMethodsetProperties
(Map<String, String> properties)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceMeta.java:109
↓ 16 callersMethodvalidate
(ZonedDateTime date, String method)
wrangler-core/src/main/java/io/cdap/functions/Dates.java:294
↓ 16 callersMethodwrite
Writes an entry in the schema registry. If the schema already exists, it is overwritten. @param schemaDescriptor information about the schema to writ
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRegistry.java:146
↓ 15 callersMethodcompile
Compiles the recipe that is supplied in a <code>String</code> format. @param recipe representing the <code>String</code> form of recipe. @return <cod
wrangler-api/src/main/java/io/cdap/wrangler/api/Compiler.java:44
↓ 15 callersMethodcreateRecipe
Create a new recipe @param recipeId id of the recipe @param recipeRow recipe to create/update
wrangler-storage/src/main/java/io/cdap/wrangler/store/recipe/RecipeStore.java:91
↓ 15 callersMethoditerator
A static method to create instance of <code>BoundedLineInputStream</code>. This method creates the instance specifying the character encoding and numb
wrangler-service/src/main/java/io/cdap/wrangler/service/explorer/BoundedLineInputStream.java:189
↓ 15 callersMethodread
(NamespacedId id)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/connections/ConnectionStore.java:237
↓ 15 callersMethodsetDescription
(String description)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:130
↓ 15 callersMethodsetDirectives
(List<String> directives)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:135
↓ 15 callersMethodsetProperties
set credentials and project_id if those are provided in the input connection
wrangler-service/src/main/java/io/cdap/wrangler/service/gcp/GCPUtils.java:112
↓ 15 callersMethodsetUpdated
(long updated)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRow.java:92
↓ 15 callersMethodtestRegex
(String regex, RegexInputOutput[] regexInputOutputs)
wrangler-core/src/test/java/io/cdap/directives/transformation/ExtractRegexGroupsTest.java:300
↓ 14 callersMethodaddToken
This method provides a way to add a <code>Token</code> to the <code>TokenGroup</code>. @param token to be added to the token group.
wrangler-api/src/main/java/io/cdap/wrangler/api/RecipeSymbol.java:195
↓ 14 callersMethodcleanseReferenceName
Cleanse the given reference name. This method will remove all the disallowed characters in the given reference name. For example, 111-22-33(1).csv wil
wrangler-core/src/main/java/io/cdap/wrangler/utils/ReferenceNames.java:52
↓ 14 callersMethodconfigure
Configures the {@link AvroSchemaGlossary} with the schemas accessible through the {@link AvroSchemaLoader}. @return true if successfully configure, o
wrangler-core/src/main/java/io/cdap/wrangler/utils/AvroSchemaGlossary.java:57
↓ 14 callersMethoddivideq
Arithmetic operation - divides one column by another. Output type is Double, except when there is an input of type BigDecimal, in which case the outpu
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:216
↓ 14 callersMethoddivider
Arithmetic operation - divides one column by another and returns the remainder. Output type is most general of input types, except 2 Shorts should giv
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:236
↓ 14 callersMethodequals
(final java.lang.Object obj)
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1042
↓ 14 callersMethodexecute
(ELContext context)
wrangler-core/src/main/java/io/cdap/wrangler/expression/EL.java:130
↓ 14 callersMethodgetDescriptor
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRow.java:41
↓ 14 callersMethodgetGlossary
Accessor for the data model glossary. @return the {@link AvroSchemaGlossary} instance.
wrangler-core/src/main/java/io/cdap/wrangler/datamodel/DataModelGlossary.java:59
↓ 14 callersMethodgetPath
(Workspace workspace)
wrangler-service/src/main/java/io/cdap/wrangler/service/s3/S3Handler.java:296
↓ 14 callersMethodgetRecipe
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/recipe/RecipeRow.java:33
↓ 14 callersMethodisValid
@param type the expected type @param value the value to be detected @return true if the type of value is expected, false otherwise.
wrangler-core/src/main/java/io/cdap/wrangler/dq/TypeInference.java:164
↓ 14 callersMethodnewBuilder
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1146
↓ 14 callersMethodtoSchema
Generates a {@link Schema} given a row. @param id Schema id @return returns {@link Schema} @throws UnsupportedTypeException @throws JSONException
wrangler-core/src/main/java/io/cdap/wrangler/utils/SchemaConverter.java:63
↓ 13 callersMethodadd
Add a value to a column
wrangler-core/src/main/java/io/cdap/wrangler/utils/DecimalTransform.java:30
↓ 13 callersMethodcreateWorkspace
Creates a new workspace @param namespace the namespace to create the workspace in @param meta the workspace metadata @return the id of the newly crea
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/WorkspaceDataset.java:123
↓ 13 callersMethodgetSymbols
()
wrangler-api/src/main/java/io/cdap/wrangler/api/CompileStatus.java:55
↓ 13 callersMethodnumberToBigDecimal
Utility function to convert a number type to BigDecimal
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:79
↓ 13 callersMethodread
(Kryo kryo, Input input, Class<JsonElement> type)
wrangler-core/src/main/java/io/cdap/wrangler/utils/KryoSerializer.java:95
↓ 13 callersMethodremoveRepeatedChar
Remove consecutive repeated characters by a specified char. @param input the source String @return the string with the source string removed if found
wrangler-core/src/main/java/io/cdap/wrangler/dq/ConvertString.java:151
↓ 12 callersMethodbuilder
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/connection/ConnectionMeta.java:91
↓ 12 callersMethodclear
()
wrangler-storage/src/main/java/io/cdap/wrangler/store/recipe/RecipeStore.java:251
↓ 12 callersMethodexecuteAndGetSchema
@param recipe directives to be executed. @param rows input data @param inputSchema {@link Schema} of the input data @return {@link Schema} of output a
wrangler-core/src/test/java/io/cdap/wrangler/TestingRig.java:64
↓ 12 callersMethodgetEntry
Get a specific version of the specified schema. @param id the schema id @param version the entry version to get @return the schema entry @throws Sche
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRegistry.java:294
↓ 12 callersMethodgetSchema
()
wrangler-service/src/main/java/io/cdap/wrangler/service/common/Format.java:33
↓ 12 callersMethodgetWorkspaceId
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/workspace/v2/WorkspaceId.java:45
↓ 12 callersMethodjoin
(JsonElement element, String separator)
wrangler-core/src/main/java/io/cdap/functions/JsonFunctions.java:169
↓ 12 callersMethodmergeFrom
(com.google.protobuf.Message other)
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1283
↓ 12 callersMethodrun
(SchemaRegistryRunnable runnable)
wrangler-storage/src/test/java/io/cdap/wrangler/dataset/SchemaRegistryTest.java:220
↓ 12 callersMethodsaveWorkspace
Create/update the workspace from given workspace. @param workspaceId the id of the workspace @param workspace workspace to create/update
wrangler-storage/src/main/java/io/cdap/wrangler/store/workspace/WorkspaceStore.java:154
↓ 11 callersMethodaverage
Arithmetic operation - calculate average of any number of columns. Returns Number - BigDecimal if any column is of type BigDecimal, double otherwise.
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:511
↓ 11 callersMethodcompile
(String recipe)
wrangler-core/src/main/java/io/cdap/wrangler/parser/RecipeCompiler.java:38
↓ 11 callersMethoddrop
Drops a path from the schema to generate a new {@link Schema}. @param schema to be modified. @param path to be removed from {@link Schema}. @return m
wrangler-core/src/main/java/io/cdap/functions/DDL.java:117
↓ 11 callersMethodexecute
(java.sql.Connection connection)
wrangler-service/src/main/java/io/cdap/wrangler/service/database/DatabaseHandler.java:142
↓ 11 callersMethodgetConnectionMeta
Get a ConnectionMeta object from the request body. @return the connection meta object @throws IllegalArgumentException if the body is empty or not a
wrangler-service/src/main/java/io/cdap/wrangler/RequestExtractor.java:103
↓ 11 callersMethodgetInputSchema
@return {@link Schema} of the input data before transformation
wrangler-api/src/main/java/io/cdap/wrangler/api/SchemaResolutionContext.java:28
↓ 11 callersMethodgetPort
()
wrangler-service/src/main/java/io/cdap/wrangler/service/database/DatabaseHandler.java:132
↓ 11 callersMethodgetVersions
Return all versions of the specified schema. @param id the schema id @return list of schema versions @throws SchemaNotFoundException if the schema do
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRegistry.java:270
↓ 11 callersMethodlcm
Arithmetic operation - calculates the LCM of two columns. Output type is most general of input types. Returns null if any input value is null.
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:264
↓ 11 callersMethodminus
Arithmetic operation - subtract a column from another column. Output type is most general of input types. Returns null if any input value is null.
wrangler-core/src/main/java/io/cdap/wrangler/utils/ArithmeticOperations.java:138
↓ 11 callersMethodrun
(WorkspaceRunnable runnable)
wrangler-storage/src/test/java/io/cdap/wrangler/dataset/WorkspaceDatasetTest.java:285
↓ 11 callersMethodvariables
()
wrangler-core/src/main/java/io/cdap/wrangler/expression/EL.java:122
↓ 10 callersMethodbuilder
(NamespaceSummary namespace)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/recipe/RecipePageRequest.java:152
↓ 10 callersMethodcreateSourceBQTableWithQueries
(String bqCreateTableQueryFile, String bqInsertDataQueryFile)
wrangler-transform/src/e2e-test/java/io/cdap/plugin/common/stepsdesign/TestSetupHooks.java:178
↓ 10 callersMethodget
(StructuredTableContext context)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRegistry.java:128
↓ 10 callersMethodgetDateTime
(ZonedDateTime zonedDateTime)
wrangler-core/src/main/java/io/cdap/functions/Dates.java:288
↓ 10 callersMethodgetRecipeName
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:47
↓ 10 callersMethodgetValues
@return List of the objects of type T.
wrangler-core/src/main/java/io/cdap/wrangler/clients/Response.java:67
↓ 10 callersMethodgetVersion
@return Version of specification of request.
wrangler-proto/src/main/java/io/cdap/wrangler/proto/Request.java:28
↓ 10 callersMethodhasSchema
Checks if schema id and version combination exists in the registry. @param id of the schema to be checked @param version version of the schema to be
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRegistry.java:241
↓ 10 callersMethodinitialize
This method provides a way for the custom directive writer the ability to access the arguments passed by the users. <p>This method is invoked only on
wrangler-api/src/main/java/io/cdap/wrangler/api/Executor.java:61
↓ 10 callersMethodmigrate
Migrates each directive from one version to other. @return directives transformed into a newer version.
wrangler-api/src/main/java/io/cdap/wrangler/api/GrammarMigrator.java:28
↓ 10 callersMethodparseFrom
( com.google.protobuf.ByteString data)
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1086
← previousnext →101–200 of 3,047, ranked by callers