Home
last modified time | relevance | path

Searched refs:WithSchema (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Dcontent.go18 "*/*": NewMediaType().WithSchema(schema),
23 content[mediaType] = NewMediaType().WithSchema(schema)
43 "application/json": NewMediaType().WithSchema(schema),
54 "multipart/form-data": NewMediaType().WithSchema(schema),
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/internal/arrdata/
H A Dioutil.go42 r, err := ipc.NewFileReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
73 r, err := ipc.NewFileReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
122 r, err := ipc.NewReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
147 w, err := ipc.NewFileWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
183 opts := []ipc.Option{ipc.WithSchema(schema), ipc.WithAllocator(mem)}
229 w := ipc.NewWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
250 …opts := []ipc.Option{ipc.WithSchema(schema), ipc.WithAllocator(mem), ipc.WithCompressConcurrency(n…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/internal/arrdata/
H A Dioutil.go39 r, err := ipc.NewFileReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
71 r, err := ipc.NewReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
96 w, err := ipc.NewFileWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
129 w := ipc.NewWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/internal/arrdata/
H A Dioutil.go39 r, err := ipc.NewFileReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
71 r, err := ipc.NewReader(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
96 w, err := ipc.NewFileWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
129 w := ipc.NewWriter(f, ipc.WithSchema(schema), ipc.WithAllocator(mem))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-personalize/include/aws/personalize/model/
H A DCreateSchemaRequest.h106 …inline CreateSchemaRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
111 …inline CreateSchemaRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return … in WithSchema() function
116 inline CreateSchemaRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DDescribeSchemaResult.h53 …inline DescribeSchemaResult& WithSchema(const DatasetSchema& value) { SetSchema(value); return *th… in WithSchema() function
58 …inline DescribeSchemaResult& WithSchema(DatasetSchema&& value) { SetSchema(std::move(value)); retu… in WithSchema() function
H A DDatasetSchema.h152 inline DatasetSchema& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
157 …inline DatasetSchema& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema() function
162 inline DatasetSchema& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DDescribeIndexResult.h151 …inline DescribeIndexResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
162 …inline DescribeIndexResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return … in WithSchema() function
173 inline DescribeIndexResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift-data/include/aws/redshift-data/model/
H A DTableMember.h109 inline TableMember& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
114 … inline TableMember& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema() function
119 inline TableMember& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/arrio/
H A Darrio_test.go126 rr, err := ipc.NewFileReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
133 rr, err := ipc.NewReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
150 w, err = ipc.NewFileWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
155 w = ipc.NewWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/arrio/
H A Darrio_test.go126 rr, err := ipc.NewFileReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
133 rr, err := ipc.NewReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
150 w, err = ipc.NewFileWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
155 w = ipc.NewWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/arrio/
H A Darrio_test.go122 rr, err := ipc.NewFileReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
129 rr, err := ipc.NewReader(f, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
146 w, err = ipc.NewFileWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
151 w = ipc.NewWriter(o, ipc.WithSchema(recs[0].Schema()), ipc.WithAllocator(mem))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/include/aws/rds-data/model/
H A DBeginTransactionRequest.h149 …inline BeginTransactionRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *t… in WithSchema() function
154 …inline BeginTransactionRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); ret… in WithSchema() function
159 inline BeginTransactionRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/include/aws/monitoring/model/
H A DInsightRule.h165 inline InsightRule& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
172 … inline InsightRule& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema() function
179 inline InsightRule& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DCreateModelResult.h210 … inline CreateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
221 …inline CreateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema() function
232 inline CreateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DGetModelResult.h210 inline GetModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
221 …inline GetModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this… in WithSchema() function
232 inline GetModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DUpdateModelResult.h210 … inline UpdateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
221 …inline UpdateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema() function
232 inline UpdateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DCreateModelRequest.h210 … inline CreateModelRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
217 …inline CreateModelRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *… in WithSchema() function
224 inline CreateModelRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DModel.h236 inline Model& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
247 inline Model& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema() function
258 inline Model& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/
H A DGetModelResult.h207 inline GetModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
213 …inline GetModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this… in WithSchema() function
219 inline GetModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DCreateModelRequest.h236 … inline CreateModelRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
242 …inline CreateModelRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *… in WithSchema() function
248 inline CreateModelRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DCreateModelResult.h207 … inline CreateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
213 …inline CreateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema() function
219 inline CreateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
H A DUpdateModelResult.h207 … inline UpdateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
213 …inline UpdateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema() function
219 inline UpdateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DRelationalTable.h159 inline RelationalTable& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema() function
165 …inline RelationalTable& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *thi… in WithSchema() function
171 inline RelationalTable& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/include/aws/appsync/model/
H A DRdsHttpEndpointConfig.h191 …inline RdsHttpEndpointConfig& WithSchema(const Aws::String& value) { SetSchema(value); return *thi… in WithSchema() function
196 …inline RdsHttpEndpointConfig& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); retur… in WithSchema() function
201 inline RdsHttpEndpointConfig& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema() function

12345