We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7c595 commit cc77c5eCopy full SHA for cc77c5e
1 file changed
vector/src/main/codegen/config.fmpp
@@ -13,14 +13,6 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-# Arrow's type system has many types, and projects building operations across Arrow data
17
-# (comparisons, casts, aggregations) benefit from generating type-specialized code rather
18
-# than hand-writing implementations for each type.
19
-
20
-# The TDD files provide a machine-readable definition of Arrow's types that enables this.
21
-# Including them in the distribution allows downstream projects to generate code that
22
-# stays in sync as Arrow's type system evolves.
23
24
data: {
25
# TODO: Rename to ~valueVectorModesAndTypes for clarity.
26
vv: tdd(../data/ValueVectorTypes.tdd),
0 commit comments