Skip to content

Commit

Permalink
fbcode/velox/
Browse files Browse the repository at this point in the history
Reviewed By: thedavekwon

Differential Revision: D54932792

fbshipit-source-id: 5a1696e9464208321a66b65449a06d051180fb6b
  • Loading branch information
generatedunixname226714639793621 authored and facebook-github-bot committed Mar 29, 2024
1 parent 8a1d225 commit d3503ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion velox/functions/remote/if/RemoteFunction.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ namespace java.swift com.facebook.spark.remotefunctionserver.api

cpp_include "folly/io/IOBuf.h"

typedef binary (cpp2.type = "folly::IOBuf") IOBuf
include "thrift/annotation/cpp.thrift"

@cpp.Type{name = "folly::IOBuf"}
typedef binary IOBuf

/// The format used to serialize buffers/payloads.
enum PageFormat {
Expand Down

0 comments on commit d3503ce

Please sign in to comment.