MCPcopy Create free account
hub / github.com/apache/arrow / field

Function field

cpp/src/arrow/table.h:127–127  ·  view source on GitHub ↗

Return a column's field by index

Source from the content-addressed store, hash-verified

125
126 /// Return a column's field by index
127 std::shared_ptr<Field> field(int i) const { return schema_->field(i); }
128
129 /// \brief Return vector of all fields for table
130 std::vector<std::shared_ptr<Field>> fields() const;

Callers 15

TEST_FFunction · 0.70
ToTensorImplFunction · 0.70
FlattenMethod · 0.70
ValidateMetaMethod · 0.70
ColumnNamesMethod · 0.70
RenameColumnsMethod · 0.70
SelectColumnsMethod · 0.70
MakeExample1Method · 0.70
TESTFunction · 0.70
table_test.ccFile · 0.70
TEST_FFunction · 0.70
TYPED_TEST_PFunction · 0.70

Calls 1

fieldMethod · 0.45

Tested by 15

TEST_FFunction · 0.56
MakeExample1Method · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56
TYPED_TEST_PFunction · 0.56
MakeExample2Method · 0.56
ExampleSchema1Function · 0.56
TEST_FFunction · 0.56
TESTFunction · 0.56
MakeMethod · 0.56
TEST_FFunction · 0.56