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

Function GetField

cpp/src/arrow/table_builder.h:59–59  ·  view source on GitHub ↗

\brief Get base pointer to field builder \param i the field index \return pointer to ArrayBuilder

Source from the content-addressed store, hash-verified

57 /// \param i the field index
58 /// \return pointer to ArrayBuilder
59 ArrayBuilder* GetField(int i) { return raw_field_builders_[i]; }
60
61 /// \brief Return field builder casted to indicated specific builder type
62 /// \param i the field index

Callers 4

json_internal.ccFile · 0.85
GetFieldsFromArrayFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68