Add blob_to_raw_string built-in UDF by nobu-k · Pull Request #105 · sensorbee/sensorbee · GitHub
Skip to content

Add blob_to_raw_string built-in UDF#105

Merged
disktnk merged 1 commit into
sensorbee:masterfrom
nobu-k:blob-to-string
Jul 4, 2016
Merged

Add blob_to_raw_string built-in UDF#105
disktnk merged 1 commit into
sensorbee:masterfrom
nobu-k:blob-to-string

Conversation

@nobu-k

@nobu-k nobu-k commented Jun 30, 2016

Copy link
Copy Markdown
Member

I added blob_to_raw_string UDF. This UDF is used when a user wants to convert a blob to a string without using base64 encoding. Because it's invalid for a string to have non UTF-8 characters, this function validates the given data.Blob before converting it to data.String.

@disktnk

disktnk commented Jul 4, 2016

Copy link
Copy Markdown
Member

@disktnk disktnk merged commit d076664 into sensorbee:master Jul 4, 2016
@nobu-k nobu-k deleted the blob-to-string branch July 5, 2016 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants