Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data-integrations/wrangler
/ functions
Functions
3,047 in github.com/data-integrations/wrangler
⨍
Functions
3,047
◇
Types & classes
631
↓ 4 callers
Method
start
()
wrangler-service/src/test/java/io/cdap/wrangler/service/database/DatabaseHandlerTest.java:201
↓ 4 callers
Method
subtract
Subtract a value from a column
wrangler-core/src/main/java/io/cdap/wrangler/utils/DecimalTransform.java:41
↓ 4 callers
Method
summarize
(List<ErrorRecordBase> errorRecords)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/ErrorRecordsException.java:42
↓ 4 callers
Method
toString
()
wrangler-core/src/main/java/io/cdap/wrangler/parser/DirectiveClass.java:58
↓ 4 callers
Method
transform
Get the row from the given transform. @param record the record to transform @return the row corresponding to the record
wrangler-core/src/main/java/io/cdap/wrangler/utils/StructuredToRowTransformer.java:44
↓ 4 callers
Method
validate
Check if a given reference name is valid @param referenceName reference name to check
wrangler-core/src/main/java/io/cdap/wrangler/utils/ReferenceNames.java:36
↓ 4 callers
Method
visit
(String command, TokenGroup tokenGroup)
wrangler-core/src/main/java/io/cdap/wrangler/parser/GrammarWalker.java:43
↓ 4 callers
Method
walk
Walks the grammar tree generated by the recipe. @param recipe the recipe to parse @param visitor the visitor for walking the grammar tree @param <E>
wrangler-core/src/main/java/io/cdap/wrangler/parser/GrammarWalker.java:61
↓ 3 callers
Method
IsNull
Returns true when an expression evaluates to the null value. @param value to be evaluated. @return false when not null, true otherwise.
wrangler-core/src/main/java/io/cdap/functions/Global.java:236
↓ 3 callers
Method
abs
Get the absolute value
wrangler-core/src/main/java/io/cdap/wrangler/utils/DecimalTransform.java:91
↓ 3 callers
Method
addLoadDirectivesPragma
If any user directives was found, adds load-directives pragma as the first command.
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/UserDirectivesCollector.java:46
↓ 3 callers
Method
buildPartial
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1236
↓ 3 callers
Method
builder
(NamespacedId id)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/connection/Connection.java:128
↓ 3 callers
Method
builder
(String name, String type)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/s3/S3ObjectInfo.java:55
↓ 3 callers
Method
builder
(SchemaRow existing)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRow.java:62
↓ 3 callers
Method
columns
Given a row, finds the length of the row. @param row length needs to be determined. @return length of the row.
wrangler-core/src/main/java/io/cdap/functions/DataQuality.java:43
↓ 3 callers
Method
compileSuccess
(String[] recipe)
wrangler-core/src/test/java/io/cdap/wrangler/TestingRig.java:147
↓ 3 callers
Method
concat
(URI uri, String extraPath)
wrangler-core/src/main/java/io/cdap/wrangler/clients/SchemaRegistryClient.java:209
↓ 3 callers
Method
deleteAll
Delete all connection with the namespace and generation id
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/connections/ConnectionStore.java:214
↓ 3 callers
Method
description
@return a <code>String</code> type providing the description for a directive.
wrangler-core/src/main/java/io/cdap/wrangler/registry/DirectiveInfo.java:142
↓ 3 callers
Method
execute
Execute the url provided, and return the response based on given type.
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/ConnectionDiscoverer.java:120
↓ 3 callers
Method
executeDirectives
Executes the given list of directives on the given workspace. @param namespace the namespace to operate on for finding user defined directives @param
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/WorkspaceHandler.java:551
↓ 3 callers
Method
executeDirectives
Executes directives by extracting them from request. @param id data to be used for executing directives. @param directives the list of directives to
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/DirectivesHandler.java:1074
↓ 3 callers
Method
fromUser
Creates a {@link DirectiveInfo} of the given class coming from the {@link DirectiveScope#USER} scope.
wrangler-core/src/main/java/io/cdap/wrangler/registry/DirectiveInfo.java:62
↓ 3 callers
Method
generateMD5
Generates a MD5 hash for a given string. This implementation is based on Bouncycastle. So, you would need to initialize the security provider to use
wrangler-service/src/main/java/io/cdap/wrangler/ServiceUtils.java:40
↓ 3 callers
Method
get
(StructuredTableContext context)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/ConfigStore.java:63
↓ 3 callers
Method
get
@return Kafka connection property.
wrangler-service/src/main/java/io/cdap/wrangler/service/kafka/KafkaConfiguration.java:136
↓ 3 callers
Method
getColumns
@return Set of columns tracked.
wrangler-core/src/main/java/io/cdap/wrangler/statistics/ColumnMetric.java:71
↓ 3 callers
Method
getConnection
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/workspace/v2/WorkspaceCreationRequest.java:36
↓ 3 callers
Method
getConnection
(NamespacedId connectionId)
wrangler-service/src/main/java/io/cdap/wrangler/service/common/AbstractWranglerHandler.java:92
↓ 3 callers
Method
getConnectionId
Get connection id for the given connection name @param name name of the connection. @return connection id.
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/connections/ConnectionStore.java:228
↓ 3 callers
Method
getCreatedTimeMillis
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/workspace/v2/Workspace.java:65
↓ 3 callers
Method
getCreatedTimeMillis
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:63
↓ 3 callers
Method
getData
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/workspace/Workspace.java:59
↓ 3 callers
Method
getDatabase
()
wrangler-service/src/main/java/io/cdap/wrangler/service/spanner/SpannerSpecification.java:62
↓ 3 callers
Method
getDescription
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaDescriptor.java:46
↓ 3 callers
Method
getDescriptor
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:252
↓ 3 callers
Method
getDescriptor
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:2581
↓ 3 callers
Method
getErrorRecords
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/ErrorRecordsException.java:38
↓ 3 callers
Method
getId
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/WorkspaceIdentifier.java:32
↓ 3 callers
Method
getLimit
@return Number of records to be read before applying directives.
wrangler-proto/src/main/java/io/cdap/wrangler/proto/Sampling.java:61
↓ 3 callers
Method
getLine
@return Original line that has the syntax error.
wrangler-api/src/main/java/io/cdap/wrangler/api/parser/SyntaxError.java:66
↓ 3 callers
Method
getLoadableDirectives
Returns a set of dynamically loaded directives as plugins. These are the set of plugins or directives that are in the recipe, but are provided as the
wrangler-api/src/main/java/io/cdap/wrangler/api/RecipeSymbol.java:81
↓ 3 callers
Method
getName
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaDescriptor.java:42
↓ 3 callers
Method
getNextPageToken
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/RecipeListResponse.java:34
↓ 3 callers
Method
getPath
Get a connector path from the v1 workspace @param connectionType connectionType of the workspace @param workspace the v1 workspace information @retur
wrangler-service/src/main/java/io/cdap/wrangler/service/directive/SpecificationUpgradeUtils.java:82
↓ 3 callers
Method
getPrimaryKeys
(NamespaceSummary namespace, UpgradeEntityType entityType)
wrangler-storage/src/main/java/io/cdap/wrangler/store/upgrade/UpgradeStore.java:173
↓ 3 callers
Method
getReader
()
wrangler-core/src/main/java/io/cdap/wrangler/codec/AbstractAvroDecoder.java:45
↓ 3 callers
Method
getRecipeInternal
(StructuredTable table, RecipeId recipeId, boolean failIfNotFound)
wrangler-storage/src/main/java/io/cdap/wrangler/store/recipe/RecipeStore.java:216
↓ 3 callers
Method
getRecipeKeys
(RecipeId recipeId)
wrangler-storage/src/main/java/io/cdap/wrangler/store/recipe/RecipeStore.java:243
↓ 3 callers
Method
getRecipeStepsCount
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:71
↓ 3 callers
Method
getRegion
()
wrangler-service/src/main/java/io/cdap/wrangler/service/s3/S3Configuration.java:60
↓ 3 callers
Method
getRow
@return original {@link Row} that errored.
wrangler-api/src/main/java/io/cdap/wrangler/api/ErrorRecord.java:43
↓ 3 callers
Method
getSample
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/workspace/v2/WorkspaceDetail.java:58
↓ 3 callers
Method
getSampling
@return Sampling specification associated with the request.
wrangler-proto/src/main/java/io/cdap/wrangler/proto/Request.java:38
↓ 3 callers
Method
getSchema
()
wrangler-core/src/main/java/io/cdap/wrangler/codec/AbstractAvroDecoder.java:41
↓ 3 callers
Method
getScope
()
wrangler-core/src/main/java/io/cdap/wrangler/parser/DirectiveClass.java:49
↓ 3 callers
Method
getSpecification
(Connection conn, String table)
wrangler-service/src/main/java/io/cdap/wrangler/service/database/DatabaseHandler.java:508
↓ 3 callers
Method
getStatus
@return status of the processing on the backend.
wrangler-core/src/main/java/io/cdap/wrangler/clients/Response.java:46
↓ 3 callers
Method
getStorageService
Create and return {@link Storage} based on the credentials and project information provided in the connection
wrangler-service/src/main/java/io/cdap/wrangler/service/gcp/GCPUtils.java:71
↓ 3 callers
Method
getTokens
This method returns the list of <code>TokenDefinition</code> that should be used for parsing the directive into <code>Arguments</code>. @return List
wrangler-api/src/main/java/io/cdap/wrangler/api/parser/UsageDefinition.java:73
↓ 3 callers
Method
getType
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaDescriptor.java:50
↓ 3 callers
Method
getUpdated
()
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/schema/SchemaRow.java:49
↓ 3 callers
Method
getUpdatedTimeMillis
()
wrangler-proto/src/main/java/io/cdap/wrangler/proto/recipe/v2/Recipe.java:67
↓ 3 callers
Method
getWorkspaceInternal
( StructuredTable table, WorkspaceId workspaceId, boolean failIfNotFound)
wrangler-storage/src/main/java/io/cdap/wrangler/store/workspace/WorkspaceStore.java:219
↓ 3 callers
Method
guessEncoding
This method attempts to detect the encoding type of the byte array being passed to it. @return String representation of the encoding.
wrangler-service/src/main/java/io/cdap/wrangler/BytesDecoder.java:35
↓ 3 callers
Method
hasNext
()
wrangler-core/src/main/java/io/cdap/wrangler/sampling/Bernoulli.java:87
↓ 3 callers
Method
hascolumn
Finds if the row has a column. @param row in which a column needs to be checked. @param column name of the column to be checked. @return true if colu
wrangler-core/src/main/java/io/cdap/functions/DataQuality.java:54
↓ 3 callers
Method
increment
Increments a value of the variable. @param name of the variable. @param value associated with the variable.
wrangler-api/src/main/java/io/cdap/wrangler/api/TransientStore.java:56
↓ 3 callers
Method
initializeAndGetADLSClient
Create an ADLS client using connection details from the HTTP request. @param connection connection details from the HTTP request. @return ADLStoreCli
wrangler-service/src/main/java/io/cdap/wrangler/service/adls/ADLSHandler.java:96
↓ 3 callers
Method
initializeAndGetS3Client
(ConnectionMeta connection, String namespace, SystemHttpServiceCon
wrangler-service/src/main/java/io/cdap/wrangler/service/s3/S3Handler.java:114
↓ 3 callers
Method
inrange
Checks if the value is within the range. @param value to be checked if it's in the range. @param lower end of the defined range. @param upper end of
wrangler-core/src/main/java/io/cdap/functions/DataQuality.java:69
↓ 3 callers
Method
instance
Creates a new instance of <code>Directive</code>. @return a <code>Directive</code> instance. @throws IllegalAccessException thrown when an applicatio
wrangler-core/src/main/java/io/cdap/wrangler/registry/DirectiveInfo.java:183
↓ 3 callers
Method
isBoolean
Detect if the given value is a boolean type. @param value the value to be detected. @return true if the value is a boolean type, false otherwise.
wrangler-core/src/main/java/io/cdap/wrangler/dq/TypeInference.java:117
↓ 3 callers
Method
isExcluded
Checks if the directive is being excluded from being used. @param directive to be checked for exclusion. @return true if excluded, false otherwise.
wrangler-api/src/main/java/io/cdap/wrangler/api/DirectiveEnforcer.java:31
↓ 3 callers
Method
isInitialized
()
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:993
↓ 3 callers
Method
isTime
Detect if the given value is a time type. @param value @return
wrangler-core/src/main/java/io/cdap/wrangler/dq/TypeInference.java:144
↓ 3 callers
Method
isWindows
()
wrangler-service/src/main/java/io/cdap/wrangler/service/explorer/Explorer.java:221
↓ 3 callers
Method
jsonFlatten
Recursively flattens JSON until the 'depth' is reached. @param root of the JSONObject @param field name to be used to be stored in the row. @param de
wrangler-core/src/main/java/io/cdap/directives/parser/JsParser.java:171
↓ 3 callers
Method
loadFile
(Namespace namespace, String scope, String path, DataType type, Format
wrangler-service/src/main/java/io/cdap/wrangler/service/explorer/FilesystemExplorer.java:178
↓ 3 callers
Method
negate
Negate a decimal
wrangler-core/src/main/java/io/cdap/wrangler/utils/DecimalTransform.java:146
↓ 3 callers
Method
next
()
wrangler-core/src/main/java/io/cdap/wrangler/sampling/Bernoulli.java:96
↓ 3 callers
Method
optional
@return true, if this <code>TokenDefinition</code> is optional, false otherwise.
wrangler-api/src/main/java/io/cdap/wrangler/api/parser/TokenDefinition.java:76
↓ 3 callers
Method
parse
(String[] recipe)
wrangler-core/src/test/java/io/cdap/wrangler/TestingRig.java:132
↓ 3 callers
Method
parsePartialFrom
( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ex
wrangler-core/src/test/java/com/example/tutorial/AddressBookProtos.java:1799
↓ 3 callers
Method
randomChar
(Random r, String cs, boolean uppercase)
wrangler-core/src/main/java/io/cdap/directives/transformation/MaskShuffle.java:125
↓ 3 callers
Method
request
(URL url, String method, Type classz)
wrangler-core/src/main/java/io/cdap/wrangler/clients/SchemaRegistryClient.java:216
↓ 3 callers
Method
scope
@return a <code>Scope</code> type specifying either USER or SYSTEM scope the directive is deployed in.
wrangler-core/src/main/java/io/cdap/wrangler/registry/DirectiveInfo.java:112
↓ 3 callers
Method
setLastModified
(long lastModified)
wrangler-proto/src/main/java/io/cdap/wrangler/proto/s3/S3ObjectInfo.java:99
↓ 3 callers
Method
setPageSize
(Integer pageSize)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/recipe/RecipePageRequest.java:170
↓ 3 callers
Method
setPageToken
(String pageToken)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/recipe/RecipePageRequest.java:175
↓ 3 callers
Method
setReadTimeout
Sets the read timeout in milliseconds. @param readTimeout
wrangler-core/src/main/java/io/cdap/wrangler/clients/SchemaRegistryClient.java:205
↓ 3 callers
Method
setSortOrder
(String sortOrder)
wrangler-storage/src/main/java/io/cdap/wrangler/dataset/recipe/RecipePageRequest.java:185
↓ 3 callers
Method
start
(Message message)
wrangler-core/src/main/java/io/cdap/directives/parser/HL7Parser.java:163
↓ 3 callers
Method
testInValidReferenceName
(String name)
wrangler-core/src/test/java/io/cdap/wrangler/utils/ReferenceNamesTest.java:57
↓ 3 callers
Method
toComplexSchema
(String name, JsonElement element)
wrangler-core/src/main/java/io/cdap/wrangler/utils/SchemaConverter.java:280
↓ 3 callers
Method
toString
@return string representation of object.
wrangler-proto/src/main/java/io/cdap/wrangler/proto/connection/Connection.java:114
↓ 3 callers
Method
toString
()
wrangler-core/src/main/java/io/cdap/directives/validation/ConformanceIssue.java:62
↓ 3 callers
Method
toStructureRecord
Converts a list of {@link Row} into populated list of {@link StructuredRecord} @param rows Collection of rows. @param schema Schema associated with
wrangler-core/src/main/java/io/cdap/wrangler/utils/RecordConvertor.java:56
↓ 3 callers
Method
updateRecipe
Update a 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:110
← previous
next →
401–500 of 3,047, ranked by callers