43 std::shared_ptr<Type>
const& source_type);
70 std::shared_ptr<Type>
const& source_type, int32_t num_buckets);
92 int32_t
width()
const {
return width_; }
99 std::shared_ptr<Type>
const& source_type, int32_t width);
124 std::shared_ptr<Type>
const& source_type);
144 std::shared_ptr<Type>
const& source_type);
168 std::shared_ptr<Type>
const& source_type);
188 std::shared_ptr<Type>
const& source_type);
207 std::shared_ptr<Type>
const& source_type);
Literal is a literal value that is associated with a primitive type.
Definition literal.h:42
Core Apache Iceberg C++ APIs.
Definition arrow_io_util.h:33
std::expected< T, E > Result
Result alias.
Definition result.h:88